#FECFCF

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

Shades of Cosmos #FECFCF

Tints of Cosmos #FECFCF

Color information

#FECFCF (or 0xFECFCF) is unknown color: approx Cosmos. HEX triplet: FE, CF and CF. RGB value is (254,207,207). Sum of RGB (Red+Green+Blue) = 254+207+207=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCF is #013030. Grayscale: #DDDDDD. Windows color (decimal): -77873 or 13619198. OLE color: 13619198.

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

Color convert

RGB254207207-
CMYK00.190.190.00
HSL95.92%90.39%-
HSV(B)18.5%99.61%-
XYZ74.4570.268.66-
YUV221.05120.07151.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=38.02%
G=30.99%
B=30.99%

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
Decimal25420720700.190.190.00095.9290.39
HexFECFCF0131300605a
Octal3763173170232300140132
Binary111111101100111111001111010011100110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFCF; }

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

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

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

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

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

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

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

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