Html Css Color HEX #FCF2A0 Pale Prim

📋 copy color: '#FCF2A0'

red 252 ◦ green 242 ◦ blue 160

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

Shades of Pale Prim #FCF2A0

Tints of Pale Prim #FCF2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.46%

R = 38.53%
G = 37%
B = 24.46%

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

#FCF2A0 (or 0xFCF2A0) is known color: Pale Prim. HEX triplet: FC, F2 and A0. RGB value is (252,242,160). Sum of RGB (Red+Green+Blue) = 252+242+160=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A0 is #030D5F. Grayscale: #EBEBEB. Windows color (decimal): -200032 or 10547964. OLE color: 10547964.

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

Color convert

RGB 252 242 160 -
CMYK 0 0.04 0.37 0.01
HSL 53.48º 0.94% 0.81% -
HSV(B) 53.48º 0.37% 0.99% -
XYZ 78.24 86.74 45.88 -
YUV 235.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 252 242 160 0 0.04 0.37 0.01 53.48 0.94 0.81
Hex FC F2 A0 0 4 25 1 35 5E 51
Octal 374 362 240 0 4 45 1 65 136 121
Binary 11111100 11110010 10100000 0 100 100101 1 110101 1011110 1010001

Color Harmonies of #FCF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2A0

Black with #FCF2A0

Text Example


Text Example

White with #FCF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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