#FFFCCF

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

Shades of Cream #FFFCCF

Tints of Cream #FFFCCF

Color information

#FFFCCF (or 0xFFFCCF) is unknown color: approx Cream. HEX triplet: FF, FC and CF. RGB value is (255,252,207). Sum of RGB (Red+Green+Blue) = 255+252+207=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCCF is #000330. Grayscale: #F7F7F7. Windows color (decimal): -817 or 13630719. OLE color: 13630719.

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

Color convert

RGB255252207-
CMYK00.010.190
HSL56.25º100%90.59%-
HSV(B)56.25º18.82%100%-
XYZ87.3195.3972.84-
YUV247.77104.99133.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 252 (98.83% from 255) = 35.29%
BLUE value IS 207 (81.25% from 255) = 28.99%
R=35.71%
G=35.29%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525220700.010.19056.2510090.59
HexFFFCCF0113038645b
Octal3773743170123070144133
Binary1111111111111100110011110110011011100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCCF; }

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

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

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

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

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

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

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

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