#FCFA9D

Color #FCFA9D Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FCFA9D

Tints of Pale Prim #FCFA9D

Color information

#FCFA9D (or 0xFCFA9D) is unknown color: approx Pale Prim. HEX triplet: FC, FA and 9D. RGB value is (252,250,157). Sum of RGB (Red+Green+Blue) = 252+250+157=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 157 (61.72% from 255 or 23.82% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFA9D is #030562. Grayscale: #F0F0F0. Windows color (decimal): -197987 or 10353404. OLE color: 10353404.

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

Color convert

RGB252250157-
CMYK00.010.380.01
HSL58.74º94.06%80.2%-
HSV(B)58.74º37.7%98.82%-
XYZ80.4291.545.32-
YUV24081.16136.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 157 (61.72% from 255) = 23.82%
R=38.24%
G=37.94%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225015700.010.380.0158.7494.0680.2
HexFCFA9D012613b5e50
Octal3743722350146173136120
Binary11111100111110101001110101100110111101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA9D; }

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

 H1.HeaderClassName
 {
   color: #FCFA9D;
 }
 .AnyTagClassName
 {
   color: #FCFA9D;
 }
</style>
background-color css

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

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

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

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

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

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