#FECFCB

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

Shades of Cosmos #FECFCB

Tints of Cosmos #FECFCB

Color information

#FECFCB (or 0xFECFCB) is unknown color: approx Cosmos. HEX triplet: FE, CF and CB. RGB value is (254,207,203). Sum of RGB (Red+Green+Blue) = 254+207+203=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCB is #013034. Grayscale: #DCDCDC. Windows color (decimal): -77877 or 13357054. OLE color: 13357054.

HSL color Cylindrical-coordinate representation of color #FECFCB: hue angle of 4.71º 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 #FECFCB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254207203-
CMYK00.190.200.00
HSL4.71º96.23%89.61%-
HSV(B)4.71º20.08%99.61%-
XYZ73.9770.0166.11-
YUV220.6118.07151.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=38.25%
G=31.17%
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.00
SystemRedGreenBlueCMYKHSL
Decimal25420720300.190.200.004.7196.2389.61
HexFECFCB0131405605a
Octal3763173130232405140132
Binary11111110110011111100101101001110100010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFCB; }

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

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

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

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

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

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

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

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