#FFFFCF

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

Shades of Cream #FFFFCF

Tints of Cream #FFFFCF

Color information

#FFFFCF (or 0xFFFFCF) is unknown color: approx Cream. HEX triplet: FF, FF and CF. RGB value is (255,255,207). Sum of RGB (Red+Green+Blue) = 255+255+207=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 207 (81.25% from 255 or 28.87% from 717); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFCF is #000030. Grayscale: #F9F9F9. Windows color (decimal): -49 or 13631487. OLE color: 13631487.

HSL color Cylindrical-coordinate representation of color #FFFFCF: hue angle of 60º 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 #FFFFCF is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255255207-
CMYK000.190
HSL60º100%90.59%-
HSV(B)60º18.82%100%-
XYZ88.2697.2873.16-
YUV249.53104131.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 255 (100% from 255) = 35.56%
BLUE value IS 207 (81.25% from 255) = 28.87%
R=35.56%
G=35.56%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255207000.1906010090.59
HexFFFFCF001303c645b
Octal3773773170023074144133
Binary1111111111111111110011110010011011110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFCF; }

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

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

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

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

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

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

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

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