#FFFDCA

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

Shades of Cream #FFFDCA

Tints of Cream #FFFDCA

Color information

#FFFDCA (or 0xFFFDCA) is unknown color: approx Cream. HEX triplet: FF, FD and CA. RGB value is (255,253,202). Sum of RGB (Red+Green+Blue) = 255+253+202=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 202 (79.30% from 255 or 28.45% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCA is #000235. Grayscale: #F7F7F7. Windows color (decimal): -566 or 13303295. OLE color: 13303295.

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

Color convert

RGB255253202-
CMYK00.010.210
HSL57.74º100%89.61%-
HSV(B)57.74º20.78%100%-
XYZ87.0395.7769.78-
YUV247.78102.16133.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 28.45%
R=35.92%
G=35.63%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525320200.010.21057.7410089.61
HexFFFDCA011503a645a
Octal3773753120125072144132
Binary1111111111111101110010100110101011101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDCA; }

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

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

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

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

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

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

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

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