#FDD8D7

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

Shades of Cosmos #FDD8D7

Tints of Cosmos #FDD8D7

Color information

#FDD8D7 (or 0xFDD8D7) is unknown color: approx Cosmos. HEX triplet: FD, D8 and D7. RGB value is (253,216,215). Sum of RGB (Red+Green+Blue) = 253+216+215=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8D7 is #022728. Grayscale: #E2E2E2. Windows color (decimal): -141097 or 14145789. OLE color: 14145789.

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

Color convert

RGB253216215-
CMYK00.150.150.01
HSL1.58º90.48%91.76%-
HSV(B)1.58º15.02%99.22%-
XYZ77.3374.974.67-
YUV226.95121.26146.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 216 (84.77% from 255) = 31.58%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=36.99%
G=31.58%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321621500.150.150.011.5890.4891.76
HexFDD8D70FF125a5c
Octal3753303270171712132134
Binary11111101110110001101011101111111111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8D7; }

 p { color: rgb(253,216,215); }

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

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

 a { background-color: rgb(253,216,215); }

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

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

 span { border-color: rgb(253,216,215); }

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