#FFD0CC

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

Shades of Cosmos #FFD0CC

Tints of Cosmos #FFD0CC

Color information

#FFD0CC (or 0xFFD0CC) is unknown color: approx Cosmos. HEX triplet: FF, D0 and CC. RGB value is (255,208,204). Sum of RGB (Red+Green+Blue) = 255+208+204=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CC is #002F33. Grayscale: #DDDDDD. Windows color (decimal): -12084 or 13422847. OLE color: 13422847.

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

Color convert

RGB255208204-
CMYK00.180.20
HSL4.71º100%90%-
HSV(B)4.71º20%100%-
XYZ74.6970.7366.84-
YUV221.6118.07151.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=38.23%
G=31.18%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520820400.180.204.7110090
HexFFD0CC0121405645a
Octal3773203140222405144132
Binary11111111110100001100110001001010100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0CC; }

 p { color: rgb(255,208,204); }

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

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

 a { background-color: rgb(255,208,204); }

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

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

 span { border-color: rgb(255,208,204); }

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