Html Css Color HEX #FCF3A0 Pale Prim

📋 copy color: '#FCF3A0'

red 252 ◦ green 243 ◦ blue 160

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

Shades of Pale Prim #FCF3A0

Tints of Pale Prim #FCF3A0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.1%

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

R = 38.47%
G = 37.1%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF3A0 (or 0xFCF3A0) is known color: Pale Prim. HEX triplet: FC, F3 and A0. RGB value is (252,243,160). Sum of RGB (Red+Green+Blue) = 252+243+160=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 160 (62.89% from 255 or 24.43% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A0 is #030C5F. Grayscale: #ECECEC. Windows color (decimal): -199776 or 10548220. OLE color: 10548220.

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

Color convert

RGB 252 243 160 -
CMYK 0 0.04 0.37 0.01
HSL 54.13º 0.94% 0.81% -
HSV(B) 54.13º 0.37% 0.99% -
XYZ 78.54 87.33 45.98 -
YUV 236.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 252 243 160 0 0.04 0.37 0.01 54.13 0.94 0.81
Hex FC F3 A0 0 4 25 1 36 5E 51
Octal 374 363 240 0 4 45 1 66 136 121
Binary 11111100 11110011 10100000 0 100 100101 1 110110 1011110 1010001

Color Harmonies of #FCF3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3A0

Black with #FCF3A0

Text Example


Text Example

White with #FCF3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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