Html Css Color HEX #FCF2A2 Pale Prim

📋 copy color: '#FCF2A2'

red 252 ◦ green 242 ◦ blue 162

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

Shades of Pale Prim #FCF2A2

Tints of Pale Prim #FCF2A2

RGB

 RED value IS 252 (98.83% from 255) = 38.41%

 GREEN value IS 242 (94.92% from 255) = 36.89%

 BLUE value IS 162 (63.67% from 255) = 24.7%

R = 38.41%
G = 36.89%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCF2A2 (or 0xFCF2A2) is known color: Pale Prim. HEX triplet: FC, F2 and A2. RGB value is (252,242,162). Sum of RGB (Red+Green+Blue) = 252+242+162=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 162 (63.67% from 255 or 24.70% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A2 is #030D5D. Grayscale: #ECECEC. Windows color (decimal): -200030 or 10679036. OLE color: 10679036.

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

Color convert

RGB 252 242 162 -
CMYK 0 0.04 0.36 0.01
HSL 53.33º 0.94% 0.81% -
HSV(B) 53.33º 0.36% 0.99% -
XYZ 78.42 86.81 46.81 -
YUV 235.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 252 242 162 0 0.04 0.36 0.01 53.33 0.94 0.81
Hex FC F2 A2 0 4 24 1 35 5E 51
Octal 374 362 242 0 4 44 1 65 136 121
Binary 11111100 11110010 10100010 0 100 100100 1 110101 1011110 1010001

Color Harmonies of #FCF2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2A2

Black with #FCF2A2

Text Example


Text Example

White with #FCF2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2A2; }

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

 H1.HeaderClassName
 {
   color: #FCF2A2;
 }
 .AnyTagClassName
 {
   color: #FCF2A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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