#FFD0CE

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

Shades of Cosmos #FFD0CE

Tints of Cosmos #FFD0CE

Color information

#FFD0CE (or 0xFFD0CE) is unknown color: approx Cosmos. HEX triplet: FF, D0 and CE. RGB value is (255,208,206). Sum of RGB (Red+Green+Blue) = 255+208+206=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CE is #002F31. Grayscale: #DDDDDD. Windows color (decimal): -12082 or 13553919. OLE color: 13553919.

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

Color convert

RGB255208206-
CMYK00.180.190
HSL2.45º100%90.39%-
HSV(B)2.45º19.22%100%-
XYZ74.9470.8368.11-
YUV221.82119.07151.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=38.12%
G=31.09%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520820600.180.1902.4510090.39
HexFFD0CE0121302645a
Octal3773203160222302144132
Binary1111111111010000110011100100101001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0CE; }

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

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

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

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

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

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

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

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