Html Css Color HEX #FCF5A4 Pale Prim

📋 copy color: '#FCF5A4'

red 252 ◦ green 245 ◦ blue 164

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

Shades of Pale Prim #FCF5A4

Tints of Pale Prim #FCF5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.81%

R = 38.12%
G = 37.07%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCF5A4 (or 0xFCF5A4) is known color: Pale Prim. HEX triplet: FC, F5 and A4. RGB value is (252,245,164). Sum of RGB (Red+Green+Blue) = 252+245+164=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 164 (64.45% from 255 or 24.81% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A4 is #030A5B. Grayscale: #EEEEEE. Windows color (decimal): -199260 or 10810876. OLE color: 10810876.

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

Color convert

RGB 252 245 164 -
CMYK 0 0.03 0.35 0.01
HSL 55.23º 0.94% 0.82% -
HSV(B) 55.23º 0.35% 0.99% -
XYZ 79.5 88.68 48.05 -
YUV 237.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 252 245 164 0 0.03 0.35 0.01 55.23 0.94 0.82
Hex FC F5 A4 0 3 23 1 37 5E 52
Octal 374 365 244 0 3 43 1 67 136 122
Binary 11111100 11110101 10100100 0 11 100011 1 110111 1011110 1010010

Color Harmonies of #FCF5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5A4

Black with #FCF5A4

Text Example


Text Example

White with #FCF5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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