Html Css Color HEX #FCFAA0 Pale Prim

📋 copy color: '#FCFAA0'

red 252 ◦ green 250 ◦ blue 160

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

Shades of Pale Prim #FCFAA0

Tints of Pale Prim #FCFAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.76%

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

R = 38.07%
G = 37.76%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCFAA0 (or 0xFCFAA0) is known color: Pale Prim. HEX triplet: FC, FA and A0. RGB value is (252,250,160). Sum of RGB (Red+Green+Blue) = 252+250+160=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 160 (62.89% from 255 or 24.17% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA0 is #03055F. Grayscale: #F0F0F0. Windows color (decimal): -197984 or 10550012. OLE color: 10550012.

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

Color convert

RGB 252 250 160 -
CMYK 0 0.01 0.37 0.01
HSL 58.7º 0.94% 0.81% -
HSV(B) 58.7º 0.37% 0.99% -
XYZ 80.68 91.6 46.69 -
YUV 240.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 252 250 160 0 0.01 0.37 0.01 58.7 0.94 0.81
Hex FC FA A0 0 1 25 1 3B 5E 51
Octal 374 372 240 0 1 45 1 73 136 121
Binary 11111100 11111010 10100000 0 1 100101 1 111011 1011110 1010001

Color Harmonies of #FCFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAA0

Black with #FCFAA0

Text Example


Text Example

White with #FCFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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