#FCF6E3

Color #FCF6E3 Off Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Yellow #FCF6E3

Tints of Off Yellow #FCF6E3

Color information

#FCF6E3 (or 0xFCF6E3) is unknown color: approx Off Yellow. HEX triplet: FC, F6 and E3. RGB value is (252,246,227). Sum of RGB (Red+Green+Blue) = 252+246+227=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 246 (96.48% from 255 or 33.93% from 725); Blue value is 227 (89.06% from 255 or 31.31% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6E3 is #03091C. Grayscale: #F5F5F5. Windows color (decimal): -198941 or 14939900. OLE color: 14939900.

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

Color convert

RGB252246227-
CMYK00.020.100.01
HSL45.6º80.65%93.92%-
HSV(B)45.6º9.92%98.82%-
XYZ86.9792.1585.88-
YUV245.63117.49132.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 246 (96.48% from 255) = 33.93%
BLUE value IS 227 (89.06% from 255) = 31.31%
R=34.76%
G=33.93%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224622700.020.100.0145.680.6593.92
HexFCF6E302A12e515e
Octal3743663430212156121136
Binary1111110011110110111000110101010110111010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6E3; }

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

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

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

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

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

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

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

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