#FECFBF

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

Shades of Tuft Bush #FECFBF

Tints of Tuft Bush #FECFBF

Color information

#FECFBF (or 0xFECFBF) is unknown color: approx Tuft Bush. HEX triplet: FE, CF and BF. RGB value is (254,207,191). Sum of RGB (Red+Green+Blue) = 254+207+191=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFBF is #013040. Grayscale: #DBDBDB. Windows color (decimal): -77889 or 12570622. OLE color: 12570622.

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

Color convert

RGB254207191-
CMYK00.190.250.00
HSL15.24º96.92%87.25%-
HSV(B)15.24º24.8%99.61%-
XYZ72.5969.4658.87-
YUV219.23112.07152.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 191 (75% from 255) = 29.29%
R=38.96%
G=31.75%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420719100.190.250.0015.2496.9287.25
HexFECFBF013190f6157
Octal37631727702331017141127
Binary111111101100111110111111010011110010111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFBF; }

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

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

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

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

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

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

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

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