#FDD7CF

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

Shades of Cosmos #FDD7CF

Tints of Cosmos #FDD7CF

Color information

#FDD7CF (or 0xFDD7CF) is unknown color: approx Cosmos. HEX triplet: FD, D7 and CF. RGB value is (253,215,207). Sum of RGB (Red+Green+Blue) = 253+215+207=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7CF is #022830. Grayscale: #E1E1E1. Windows color (decimal): -141361 or 13621245. OLE color: 13621245.

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

Color convert

RGB253215207-
CMYK00.150.180.01
HSL10.43º92%90.2%-
HSV(B)10.43º18.18%99.22%-
XYZ76.0773.9969.3-
YUV225.45117.59147.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=37.48%
G=31.85%
B=30.67%

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
Decimal25321520700.150.180.0110.439290.2
HexFDD7CF0F121a5c5a
Octal37532731701722112134132
Binary11111101110101111100111101111100101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7CF; }

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

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

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

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

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

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

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

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