#FDD3CF

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

Shades of Cosmos #FDD3CF

Tints of Cosmos #FDD3CF

Color information

#FDD3CF (or 0xFDD3CF) is unknown color: approx Cosmos. HEX triplet: FD, D3 and CF. RGB value is (253,211,207). Sum of RGB (Red+Green+Blue) = 253+211+207=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3CF is #022C30. Grayscale: #DFDFDF. Windows color (decimal): -142385 or 13620221. OLE color: 13620221.

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

Color convert

RGB253211207-
CMYK00.170.180.01
HSL5.22º92%90.2%-
HSV(B)5.22º18.18%99.22%-
XYZ75.0671.9868.97-
YUV223.1118.91149.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=37.70%
G=31.45%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321120700.170.180.015.229290.2
HexFDD3CF01112155c5a
Octal3753233170212215134132
Binary11111101110100111100111101000110010110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD3CF; }

 p { color: rgb(253,211,207); }

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

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

 a { background-color: rgb(253,211,207); }

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

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

 span { border-color: rgb(253,211,207); }

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