#FFD3CB

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

Shades of Cosmos #FFD3CB

Tints of Cosmos #FFD3CB

Color information

#FFD3CB (or 0xFFD3CB) is unknown color: approx Cosmos. HEX triplet: FF, D3 and CB. RGB value is (255,211,203). Sum of RGB (Red+Green+Blue) = 255+211+203=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3CB is #002C34. Grayscale: #DFDFDF. Windows color (decimal): -11317 or 13358079. OLE color: 13358079.

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

Color convert

RGB255211203-
CMYK00.170.200
HSL9.23º100%89.8%-
HSV(B)9.23º20.39%100%-
XYZ75.3172.1666.46-
YUV223.24116.58150.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=38.12%
G=31.54%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521120300.170.2009.2310089.8
HexFFD3CB0111409645a
Octal37732331302124011144132
Binary111111111101001111001011010001101000100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3CB; }

 p { color: rgb(255,211,203); }

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

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

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

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

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

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

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