#FECFCC

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

Shades of Cosmos #FECFCC

Tints of Cosmos #FECFCC

Color information

#FECFCC (or 0xFECFCC) is unknown color: approx Cosmos. HEX triplet: FE, CF and CC. RGB value is (254,207,204). Sum of RGB (Red+Green+Blue) = 254+207+204=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCC is #013033. Grayscale: #DCDCDC. Windows color (decimal): -77876 or 13422590. OLE color: 13422590.

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

Color convert

RGB254207204-
CMYK00.190.200.00
HSL3.6º96.15%89.8%-
HSV(B)3.6º19.69%99.61%-
XYZ74.0870.0666.74-
YUV220.71118.57151.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=38.20%
G=31.13%
B=30.68%

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
Decimal25420720400.190.200.003.696.1589.8
HexFECFCC0131404605a
Octal3763173140232404140132
Binary11111110110011111100110001001110100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFCC; }

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

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

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

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

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

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

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

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