#FDD4CE

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

Shades of Cosmos #FDD4CE

Tints of Cosmos #FDD4CE

Color information

#FDD4CE (or 0xFDD4CE) is unknown color: approx Cosmos. HEX triplet: FD, D4 and CE. RGB value is (253,212,206). Sum of RGB (Red+Green+Blue) = 253+212+206=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CE is #022B31. Grayscale: #DFDFDF. Windows color (decimal): -142130 or 13554941. OLE color: 13554941.

HSL color Cylindrical-coordinate representation of color #FDD4CE: hue angle of 7.66º 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 #FDD4CE is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253212206-
CMYK00.160.190.01
HSL7.66º92.16%90%-
HSV(B)7.66º18.58%99.22%-
XYZ75.1972.4368.41-
YUV223.58118.08148.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=37.70%
G=31.59%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321220600.160.190.017.6692.1690
HexFDD4CE01013185c5a
Octal37532431602023110134132
Binary111111011101010011001110010000100111100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4CE; }

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

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

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

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

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

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

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

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