#FDD4CD

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

Shades of Cosmos #FDD4CD

Tints of Cosmos #FDD4CD

Color information

#FDD4CD (or 0xFDD4CD) is unknown color: approx Cosmos. HEX triplet: FD, D4 and CD. RGB value is (253,212,205). Sum of RGB (Red+Green+Blue) = 253+212+205=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CD is #022B32. Grayscale: #DFDFDF. Windows color (decimal): -142131 or 13489405. OLE color: 13489405.

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

Color convert

RGB253212205-
CMYK00.160.190.01
HSL8.75º92.31%89.8%-
HSV(B)8.75º18.97%99.22%-
XYZ75.0772.3867.77-
YUV223.46117.58149.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=37.76%
G=31.64%
B=30.60%

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
Decimal25321220500.160.190.018.7592.3189.8
HexFDD4CD01013195c5a
Octal37532431502023111134132
Binary111111011101010011001101010000100111100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4CD; }

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

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

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

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

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

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

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

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