#FFD1C8

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

Shades of Cosmos #FFD1C8

Tints of Cosmos #FFD1C8

Color information

#FFD1C8 (or 0xFFD1C8) is unknown color: approx Cosmos. HEX triplet: FF, D1 and C8. RGB value is (255,209,200). Sum of RGB (Red+Green+Blue) = 255+209+200=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C8 is #002E37. Grayscale: #DDDDDD. Windows color (decimal): -11832 or 13160959. OLE color: 13160959.

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

Color convert

RGB255209200-
CMYK00.180.220
HSL9.82º100%89.22%-
HSV(B)9.82º21.57%100%-
XYZ74.4771.0364.43-
YUV221.73115.74151.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 200 (78.52% from 255) = 30.12%
R=38.40%
G=31.48%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520920000.180.2209.8210089.22
HexFFD1C8012160a6459
Octal37732131002226012144131
Binary111111111101000111001000010010101100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1C8; }

 p { color: rgb(255,209,200); }

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

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

 a { background-color: rgb(255,209,200); }

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

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

 span { border-color: rgb(255,209,200); }

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