#FECDCB

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

Shades of Cosmos #FECDCB

Tints of Cosmos #FECDCB

Color information

#FECDCB (or 0xFECDCB) is unknown color: approx Cosmos. HEX triplet: FE, CD and CB. RGB value is (254,205,203). Sum of RGB (Red+Green+Blue) = 254+205+203=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCB is #013234. Grayscale: #DBDBDB. Windows color (decimal): -78389 or 13356542. OLE color: 13356542.

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

Color convert

RGB254205203-
CMYK00.190.200.00
HSL2.35º96.23%89.61%-
HSV(B)2.35º20.08%99.61%-
XYZ73.4869.0565.95-
YUV219.42118.73152.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=38.37%
G=30.97%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25420520300.190.200.002.3596.2389.61
HexFECDCB0131402605a
Octal3763153130232402140132
Binary1111111011001101110010110100111010001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDCB; }

 p { color: rgb(254,205,203); }

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

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

 a { background-color: rgb(254,205,203); }

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

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

 span { border-color: rgb(254,205,203); }

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