#F9CEBE

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

Shades of Tuft Bush #F9CEBE

Tints of Tuft Bush #F9CEBE

Color information

#F9CEBE (or 0xF9CEBE) is unknown color: approx Tuft Bush. HEX triplet: F9, CE and BE. RGB value is (249,206,190). Sum of RGB (Red+Green+Blue) = 249+206+190=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEBE is #063141. Grayscale: #D9D9D9. Windows color (decimal): -405826 or 12504825. OLE color: 12504825.

HSL color Cylindrical-coordinate representation of color #F9CEBE: hue angle of 16.27º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9CEBE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249206190-
CMYK00.170.240.02
HSL16.27º83.1%86.08%-
HSV(B)16.27º23.69%97.65%-
XYZ70.436858.13-
YUV217.03112.75150.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=38.60%
G=31.94%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920619000.170.240.0216.2783.186.08
HexF9CEBE011182105356
Octal37131627602130220123126
Binary11111001110011101011111001000111000101000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEBE; }

 p { color: rgb(249,206,190); }

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

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

 a { background-color: rgb(249,206,190); }

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

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

 span { border-color: rgb(249,206,190); }

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