#FDD5D1

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

Shades of Cosmos #FDD5D1

Tints of Cosmos #FDD5D1

Color information

#FDD5D1 (or 0xFDD5D1) is unknown color: approx Cosmos. HEX triplet: FD, D5 and D1. RGB value is (253,213,209). Sum of RGB (Red+Green+Blue) = 253+213+209=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D1 is #022A2E. Grayscale: #E0E0E0. Windows color (decimal): -141871 or 13751805. OLE color: 13751805.

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

Color convert

RGB253213209-
CMYK00.160.170.01
HSL5.45º91.67%90.59%-
HSV(B)5.45º17.39%99.22%-
XYZ75.8173.0770.43-
YUV224.5119.25148.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 213 (83.59% from 255) = 31.56%
BLUE value IS 209 (82.03% from 255) = 30.96%
R=37.48%
G=31.56%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321320900.160.170.015.4591.6790.59
HexFDD5D101011155c5b
Octal3753253210202115134133
Binary11111101110101011101000101000010001110110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5D1; }

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

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

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

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

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

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

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

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