#FDD1CE

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

Shades of Cosmos #FDD1CE

Tints of Cosmos #FDD1CE

Color information

#FDD1CE (or 0xFDD1CE) is unknown color: approx Cosmos. HEX triplet: FD, D1 and CE. RGB value is (253,209,206). Sum of RGB (Red+Green+Blue) = 253+209+206=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1CE is #022E31. Grayscale: #DDDDDD. Windows color (decimal): -142898 or 13554173. OLE color: 13554173.

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

Color convert

RGB253209206-
CMYK00.170.190.01
HSL3.83º92.16%90%-
HSV(B)3.83º18.58%99.22%-
XYZ74.4570.9468.16-
YUV221.81119.08150.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=37.87%
G=31.29%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320920600.170.190.013.8392.1690
HexFDD1CE01113145c5a
Octal3753213160212314134132
Binary11111101110100011100111001000110011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1CE; }

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

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

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

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

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

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

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

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