Html Css Color HEX #FCF9A2 Pale Prim

📋 copy color: '#FCF9A2'

red 252 ◦ green 249 ◦ blue 162

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

Shades of Pale Prim #FCF9A2

Tints of Pale Prim #FCF9A2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.56%

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

R = 38.01%
G = 37.56%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCF9A2 (or 0xFCF9A2) is known color: Pale Prim. HEX triplet: FC, F9 and A2. RGB value is (252,249,162). Sum of RGB (Red+Green+Blue) = 252+249+162=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9A2 is #03065D. Grayscale: #F0F0F0. Windows color (decimal): -198238 or 10680828. OLE color: 10680828.

HSL color Cylindrical-coordinate representation of color #FCF9A2: hue angle of 58º 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 #FCF9A2 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 249 162 -
CMYK 0 0.01 0.36 0.01
HSL 58º 0.94% 0.81% -
HSV(B) 58º 0.36% 0.99% -
XYZ 80.54 91.06 47.51 -
YUV 239.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 252 249 162 0 0.01 0.36 0.01 58 0.94 0.81
Hex FC F9 A2 0 1 24 1 3A 5E 51
Octal 374 371 242 0 1 44 1 72 136 121
Binary 11111100 11111001 10100010 0 1 100100 1 111010 1011110 1010001

Color Harmonies of #FCF9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9A2

Black with #FCF9A2

Text Example


Text Example

White with #FCF9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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