#FECCCB

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

Shades of Cosmos #FECCCB

Tints of Cosmos #FECCCB

Color information

#FECCCB (or 0xFECCCB) is unknown color: approx Cosmos. HEX triplet: FE, CC and CB. RGB value is (254,204,203). Sum of RGB (Red+Green+Blue) = 254+204+203=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCCB is #013334. Grayscale: #DADADA. Windows color (decimal): -78645 or 13356286. OLE color: 13356286.

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

Color convert

RGB254204203-
CMYK00.200.200.00
HSL1.18º96.23%89.61%-
HSV(B)1.18º20.08%99.61%-
XYZ73.2568.5765.87-
YUV218.84119.06153.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=38.43%
G=30.86%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420420300.200.200.001.1896.2389.61
HexFECCCB0141401605a
Octal3763143130242401140132
Binary111111101100110011001011010100101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCCB; }

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

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

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

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

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

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

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

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