#FFFDC0

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

Shades of Cumulus #FFFDC0

Tints of Cumulus #FFFDC0

Color information

#FFFDC0 (or 0xFFFDC0) is unknown color: approx Cumulus. HEX triplet: FF, FD and C0. RGB value is (255,253,192). Sum of RGB (Red+Green+Blue) = 255+253+192=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 192 (75.39% from 255 or 27.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDC0 is #00023F. Grayscale: #F6F6F6. Windows color (decimal): -576 or 12647935. OLE color: 12647935.

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

Color convert

RGB255253192-
CMYK00.010.250
HSL58.1º100%87.65%-
HSV(B)58.1º24.71%100%-
XYZ85.8895.3263.74-
YUV246.6497.16133.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 192 (75.39% from 255) = 27.43%
R=36.43%
G=36.14%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525319200.010.25058.110087.65
HexFFFDC0011903a6458
Octal3773753000131072144130
Binary1111111111111101110000000111001011101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDC0; }

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

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

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

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

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

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

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

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