#FECDBB

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

Shades of Tuft Bush #FECDBB

Tints of Tuft Bush #FECDBB

Color information

#FECDBB (or 0xFECDBB) is unknown color: approx Tuft Bush. HEX triplet: FE, CD and BB. RGB value is (254,205,187). Sum of RGB (Red+Green+Blue) = 254+205+187=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDBB is #013244. Grayscale: #D9D9D9. Windows color (decimal): -78405 or 12307966. OLE color: 12307966.

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

Color convert

RGB254205187-
CMYK00.190.260.00
HSL16.12º97.1%86.47%-
HSV(B)16.12º26.38%99.61%-
XYZ71.6768.3256.42-
YUV217.6110.73153.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=39.32%
G=31.73%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420518700.190.260.0016.1297.186.47
HexFECDBB0131A0106156
Octal37631527302332020141126
Binary1111111011001101101110110100111101001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDBB; }

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

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

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

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

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

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

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

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