#FEFCCF

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

Shades of Cream #FEFCCF

Tints of Cream #FEFCCF

Color information

#FEFCCF (or 0xFEFCCF) is unknown color: approx Cream. HEX triplet: FE, FC and CF. RGB value is (254,252,207). Sum of RGB (Red+Green+Blue) = 254+252+207=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCCF is #010330. Grayscale: #F7F7F7. Windows color (decimal): -66353 or 13630718. OLE color: 13630718.

HSL color Cylindrical-coordinate representation of color #FEFCCF: hue angle of 57.45º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFCCF is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254252207-
CMYK00.010.190.00
HSL57.45º95.92%90.39%-
HSV(B)57.45º18.5%99.61%-
XYZ86.9595.272.82-
YUV247.47105.16132.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 207 (81.25% from 255) = 29.03%
R=35.62%
G=35.34%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425220700.010.190.0057.4595.9290.39
HexFEFCCF0113039605a
Octal3763743170123071140132
Binary1111111011111100110011110110011011100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCCF; }

 p { color: rgb(254,252,207); }

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

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

 a { background-color: rgb(254,252,207); }

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

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

 span { border-color: rgb(254,252,207); }

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