#FDD2CB

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

Shades of Cosmos #FDD2CB

Tints of Cosmos #FDD2CB

Color information

#FDD2CB (or 0xFDD2CB) is unknown color: approx Cosmos. HEX triplet: FD, D2 and CB. RGB value is (253,210,203). Sum of RGB (Red+Green+Blue) = 253+210+203=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CB is #022D34. Grayscale: #DEDEDE. Windows color (decimal): -142645 or 13357821. OLE color: 13357821.

HSL color Cylindrical-coordinate representation of color #FDD2CB: hue angle of 8.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDD2CB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253210203-
CMYK00.170.200.01
HSL8.4º92.59%89.41%-
HSV(B)8.4º19.76%99.22%-
XYZ74.3371.2966.34-
YUV222.06117.25150.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=37.99%
G=31.53%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321020300.170.200.018.492.5989.41
HexFDD2CB01114185d59
Octal37532231302124110135131
Binary111111011101001011001011010001101001100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2CB; }

 p { color: rgb(253,210,203); }

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

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

 a { background-color: rgb(253,210,203); }

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

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

 span { border-color: rgb(253,210,203); }

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