#FFCECB

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

Shades of Cosmos #FFCECB

Tints of Cosmos #FFCECB

Color information

#FFCECB (or 0xFFCECB) is unknown color: approx Cosmos. HEX triplet: FF, CE and CB. RGB value is (255,206,203). Sum of RGB (Red+Green+Blue) = 255+206+203=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCECB is #003134. Grayscale: #DCDCDC. Windows color (decimal): -12597 or 13356799. OLE color: 13356799.

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

Color convert

RGB255206203-
CMYK00.190.200
HSL3.46º100%89.8%-
HSV(B)3.46º20.39%100%-
XYZ74.0969.7166.05-
YUV220.31118.23152.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=38.40%
G=31.02%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520620300.190.2003.4610089.8
HexFFCECB0131403645a
Octal3773163130232403144132
Binary1111111111001110110010110100111010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCECB; }

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

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

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

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

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

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

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

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