#FCF699

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

Shades of Pale Prim #FCF699

Tints of Pale Prim #FCF699

Color information

#FCF699 (or 0xFCF699) is unknown color: approx Pale Prim. HEX triplet: FC, F6 and 99. RGB value is (252,246,153). Sum of RGB (Red+Green+Blue) = 252+246+153=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 153 (60.16% from 255 or 23.50% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF699 is #030966. Grayscale: #EDEDED. Windows color (decimal): -199015 or 10090236. OLE color: 10090236.

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

Color convert

RGB252246153-
CMYK00.020.390.01
HSL56.36º94.29%79.41%-
HSV(B)56.36º39.29%98.82%-
XYZ78.8588.9143.14-
YUV237.1980.49138.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 153 (60.16% from 255) = 23.50%
R=38.71%
G=37.79%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224615300.020.390.0156.3694.2979.41
HexFCF69902271385e4f
Octal3743662310247170136117
Binary111111001111011010011001010100111111100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF699; }

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

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

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

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

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

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

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

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