Html Css Color HEX #FACEBE Tuft Bush

📋 copy color: '#FACEBE'

red 250 ◦ green 206 ◦ blue 190

#FACEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #FACEBE

Tints of Tuft Bush #FACEBE

RGB

 RED value IS 250 (98.05% from 255) = 38.7%

 GREEN value IS 206 (80.86% from 255) = 31.89%

 BLUE value IS 190 (74.61% from 255) = 29.41%

R = 38.7%
G = 31.89%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FACEBE (or 0xFACEBE) is known color: Tuft Bush. HEX triplet: FA, CE and BE. RGB value is (250,206,190). Sum of RGB (Red+Green+Blue) = 250+206+190=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBE is #053141. Grayscale: #D9D9D9. Windows color (decimal): -340290 or 12504826. OLE color: 12504826.

HSL color Cylindrical-coordinate representation of color #FACEBE: hue angle of 16º degrees, saturation: 0.86, 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 #FACEBE is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 190 -
CMYK 0 0.18 0.24 0.02
HSL 16º 0.86% 0.86% -
HSV(B) 16º 0.24% 0.98% -
XYZ 70.79 68.18 58.15 -
YUV 217.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 250 206 190 0 0.18 0.24 0.02 16 0.86 0.86
Hex FA CE BE 0 12 18 2 10 56 56
Octal 372 316 276 0 22 30 2 20 126 126
Binary 11111010 11001110 10111110 0 10010 11000 10 10000 1010110 1010110

Color Harmonies of #FACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEBE

Black with #FACEBE

Text Example


Text Example

White with #FACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEBE; }

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

 H1.HeaderClassName
 {
   color: #FACEBE;
 }
 .AnyTagClassName
 {
   color: #FACEBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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