#FFFFCA

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

Shades of Cream #FFFFCA

Tints of Cream #FFFFCA

Color information

#FFFFCA (or 0xFFFFCA) is unknown color: approx Cream. HEX triplet: FF, FF and CA. RGB value is (255,255,202). Sum of RGB (Red+Green+Blue) = 255+255+202=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 202 (79.30% from 255 or 28.37% from 712); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFCA is #000035. Grayscale: #F9F9F9. Windows color (decimal): -54 or 13303807. OLE color: 13303807.

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

Color convert

RGB255255202-
CMYK000.210
HSL60º100%89.61%-
HSV(B)60º20.78%100%-
XYZ87.6697.0469.99-
YUV248.96101.5132.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 255 (100% from 255) = 35.81%
BLUE value IS 202 (79.30% from 255) = 28.37%
R=35.81%
G=35.81%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255202000.2106010089.61
HexFFFFCA001503c645a
Octal3773773120025074144132
Binary1111111111111111110010100010101011110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFCA; }

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

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

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

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

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

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

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

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