Html Css Color HEX #FCF29E Pale Prim

📋 copy color: '#FCF29E'

red 252 ◦ green 242 ◦ blue 158

#FCF29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Prim #FCF29E

Tints of Pale Prim #FCF29E

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 value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF29E (or 0xFCF29E) is known color: 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

RGB 252 242 158 -
CMYK 0 0.04 0.37 0.01
HSL 53.62º 0.94% 0.8% -
HSV(B) 53.62º 0.37% 0.99% -
XYZ 78.07 86.67 44.96 -
YUV 235.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 252 242 158 0 0.04 0.37 0.01 53.62 0.94 0.8
Hex FC F2 9E 0 4 25 1 36 5E 50
Octal 374 362 236 0 4 45 1 66 136 120
Binary 11111100 11110010 10011110 0 100 100101 1 110110 1011110 1010000

Color Harmonies of #FCF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF29E

Black with #FCF29E

Text Example


Text Example

White with #FCF29E

Text Example


Text Example

HTML Codes & Css Web 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>