#FDD6CF

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

Shades of Cosmos #FDD6CF

Tints of Cosmos #FDD6CF

Color information

#FDD6CF (or 0xFDD6CF) is unknown color: approx Cosmos. HEX triplet: FD, D6 and CF. RGB value is (253,214,207). Sum of RGB (Red+Green+Blue) = 253+214+207=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CF is #022930. Grayscale: #E0E0E0. Windows color (decimal): -141617 or 13620989. OLE color: 13620989.

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

Color convert

RGB253214207-
CMYK00.150.180.01
HSL9.13º92%90.2%-
HSV(B)9.13º18.18%99.22%-
XYZ75.8273.4869.22-
YUV224.86117.92148.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 207 (81.25% from 255) = 30.71%
R=37.54%
G=31.75%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321420700.150.180.019.139290.2
HexFDD6CF0F12195c5a
Octal37532631701722111134132
Binary11111101110101101100111101111100101100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6CF; }

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

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

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

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

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

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

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

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