#FECFC0

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

Shades of Tuft Bush #FECFC0

Tints of Tuft Bush #FECFC0

Color information

#FECFC0 (or 0xFECFC0) is unknown color: approx Tuft Bush. HEX triplet: FE, CF and C0. RGB value is (254,207,192). Sum of RGB (Red+Green+Blue) = 254+207+192=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC0 is #01303F. Grayscale: #DBDBDB. Windows color (decimal): -77888 or 12636158. OLE color: 12636158.

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

Color convert

RGB254207192-
CMYK00.190.240.00
HSL14.52º96.88%87.45%-
HSV(B)14.52º24.41%99.61%-
XYZ72.769.559.45-
YUV219.34112.57152.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=38.90%
G=31.70%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420719200.190.240.0014.5296.8887.45
HexFECFC0013180f6157
Octal37631730002330017141127
Binary111111101100111111000000010011110000111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFC0; }

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

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

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

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

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

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

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

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