#FDCECB

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

Shades of Cosmos #FDCECB

Tints of Cosmos #FDCECB

Color information

#FDCECB (or 0xFDCECB) is unknown color: approx Cosmos. HEX triplet: FD, CE and CB. RGB value is (253,206,203). Sum of RGB (Red+Green+Blue) = 253+206+203=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECB is #023134. Grayscale: #DBDBDB. Windows color (decimal): -143669 or 13356797. OLE color: 13356797.

HSL color Cylindrical-coordinate representation of color #FDCECB: hue angle of 3.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCECB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253206203-
CMYK00.190.200.01
HSL3.6º92.59%89.41%-
HSV(B)3.6º19.76%99.22%-
XYZ73.3669.3466.02-
YUV219.71118.57151.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=38.22%
G=31.12%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320620300.190.200.013.692.5989.41
HexFDCECB01314145d59
Octal3753163130232414135131
Binary11111101110011101100101101001110100110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCECB; }

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

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

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

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

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

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

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

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