#FCF29E

Color #FCF29E Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FCF29E

Tints of Pale Prim #FCF29E

Color information

#FCF29E (or 0xFCF29E) is unknown color: approx Pale Prim. HEX triplet: FC, F2 and 9E. RGB value is (252,242,158). Sum of RGB (Red+Green+Blue) = 252+242+158=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF29E is #030D61. Grayscale: #EBEBEB. Windows color (decimal): -200034 or 10416892. OLE color: 10416892.

HSL color Cylindrical-coordinate representation of color #FCF29E: hue angle of 53.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCF29E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252242158-
CMYK00.040.370.01
HSL53.62º94%80.39%-
HSV(B)53.62º37.3%98.82%-
XYZ78.0786.6744.96-
YUV235.4184.31139.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 158 (62.11% from 255) = 24.23%
R=38.65%
G=37.12%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224215800.040.370.0153.629480.39
HexFCF29E04251365e50
Octal3743622360445166136120
Binary1111110011110010100111100100100101111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF29E; }

 p { color: rgb(252,242,158); }

 H1.HeaderClassName
 {
   color: #FCF29E;
 }
 .AnyTagClassName
 {
   color: #FCF29E;
 }
</style>
background-color css

<style>
 a { background-color: #FCF29E; }

 a { background-color: rgb(252,242,158); }

 div.DivClassName
 {
   background-color: #FCF29E;
 }
 .BgClassName
 {
   background-color: #FCF29E;
 }
</style>
border-color css

<style>
 span { border-color: #FCF29E; }

 span { border-color: rgb(252,242,158); }

 td.TdClassName
 {
   border-color: #FCF29E;
 }
 .TagClassName
 {
   border-color: #FCF29E;
 }
</style>