#FECECD

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

Shades of Cosmos #FECECD

Tints of Cosmos #FECECD

Color information

#FECECD (or 0xFECECD) is unknown color: approx Cosmos. HEX triplet: FE, CE and CD. RGB value is (254,206,205). Sum of RGB (Red+Green+Blue) = 254+206+205=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECD is #013132. Grayscale: #DCDCDC. Windows color (decimal): -78131 or 13487870. OLE color: 13487870.

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

Color convert

RGB254206205-
CMYK00.190.190.00
HSL1.22º96.08%90%-
HSV(B)1.22º19.29%99.61%-
XYZ73.9669.6267.3-
YUV220.24119.4152.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=38.20%
G=30.98%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420620500.190.190.001.2296.0890
HexFECECD0131301605a
Octal3763163150232301140132
Binary111111101100111011001101010011100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECECD; }

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

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

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

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

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

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

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

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