Html Css Color HEX #FCF7A0 Pale Prim

📋 copy color: '#FCF7A0'

red 252 ◦ green 247 ◦ blue 160

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

Shades of Pale Prim #FCF7A0

Tints of Pale Prim #FCF7A0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.48%

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

R = 38.24%
G = 37.48%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF7A0 (or 0xFCF7A0) is known color: Pale Prim. HEX triplet: FC, F7 and A0. RGB value is (252,247,160). Sum of RGB (Red+Green+Blue) = 252+247+160=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 160 (62.89% from 255 or 24.28% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF7A0 is #03085F. Grayscale: #EEEEEE. Windows color (decimal): -198752 or 10549244. OLE color: 10549244.

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

Color convert

RGB 252 247 160 -
CMYK 0 0.02 0.37 0.01
HSL 56.74º 0.94% 0.81% -
HSV(B) 56.74º 0.37% 0.99% -
XYZ 79.75 89.76 46.38 -
YUV 238.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 252 247 160 0 0.02 0.37 0.01 56.74 0.94 0.81
Hex FC F7 A0 0 2 25 1 39 5E 51
Octal 374 367 240 0 2 45 1 71 136 121
Binary 11111100 11110111 10100000 0 10 100101 1 111001 1011110 1010001

Color Harmonies of #FCF7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7A0

Black with #FCF7A0

Text Example


Text Example

White with #FCF7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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