Html Css Color HEX #FCF6A0 Pale Prim

📋 copy color: '#FCF6A0'

red 252 ◦ green 246 ◦ blue 160

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

Shades of Pale Prim #FCF6A0

Tints of Pale Prim #FCF6A0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.39%

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

R = 38.3%
G = 37.39%
B = 24.32%

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

#FCF6A0 (or 0xFCF6A0) is known color: Pale Prim. HEX triplet: FC, F6 and A0. RGB value is (252,246,160). Sum of RGB (Red+Green+Blue) = 252+246+160=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 160 (62.89% from 255 or 24.32% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF6A0 is #03095F. Grayscale: #EEEEEE. Windows color (decimal): -199008 or 10548988. OLE color: 10548988.

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

Color convert

RGB 252 246 160 -
CMYK 0 0.02 0.37 0.01
HSL 56.09º 0.94% 0.81% -
HSV(B) 56.09º 0.37% 0.99% -
XYZ 79.45 89.15 46.28 -
YUV 237.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 252 246 160 0 0.02 0.37 0.01 56.09 0.94 0.81
Hex FC F6 A0 0 2 25 1 38 5E 51
Octal 374 366 240 0 2 45 1 70 136 121
Binary 11111100 11110110 10100000 0 10 100101 1 111000 1011110 1010001

Color Harmonies of #FCF6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6A0

Black with #FCF6A0

Text Example


Text Example

White with #FCF6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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