Html Css Color HEX #FCF5A0 Pale Prim

📋 copy color: '#FCF5A0'

red 252 ◦ green 245 ◦ blue 160

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

Shades of Pale Prim #FCF5A0

Tints of Pale Prim #FCF5A0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.29%

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

R = 38.36%
G = 37.29%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF5A0 (or 0xFCF5A0) is known color: Pale Prim. HEX triplet: FC, F5 and A0. RGB value is (252,245,160). Sum of RGB (Red+Green+Blue) = 252+245+160=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A0 is #030A5F. Grayscale: #EDEDED. Windows color (decimal): -199264 or 10548732. OLE color: 10548732.

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

Color convert

RGB 252 245 160 -
CMYK 0 0.03 0.37 0.01
HSL 55.43º 0.94% 0.81% -
HSV(B) 55.43º 0.37% 0.99% -
XYZ 79.14 88.54 46.18 -
YUV 237.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 252 245 160 0 0.03 0.37 0.01 55.43 0.94 0.81
Hex FC F5 A0 0 3 25 1 37 5E 51
Octal 374 365 240 0 3 45 1 67 136 121
Binary 11111100 11110101 10100000 0 11 100101 1 110111 1011110 1010001

Color Harmonies of #FCF5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5A0

Black with #FCF5A0

Text Example


Text Example

White with #FCF5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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