#FDD1CB

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

Shades of Cosmos #FDD1CB

Tints of Cosmos #FDD1CB

Color information

#FDD1CB (or 0xFDD1CB) is unknown color: approx Cosmos. HEX triplet: FD, D1 and CB. RGB value is (253,209,203). Sum of RGB (Red+Green+Blue) = 253+209+203=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CB is #022E34. Grayscale: #DDDDDD. Windows color (decimal): -142901 or 13357565. OLE color: 13357565.

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

Color convert

RGB253209203-
CMYK00.170.200.01
HSL7.2º92.59%89.41%-
HSV(B)7.2º19.76%99.22%-
XYZ74.0970.866.26-
YUV221.47117.58150.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 209 (82.03% from 255) = 31.43%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=38.05%
G=31.43%
B=30.53%

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
Decimal25320920300.170.200.017.292.5989.41
HexFDD1CB01114175d59
Octal3753213130212417135131
Binary11111101110100011100101101000110100111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1CB; }

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

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

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

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

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

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

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

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