Html Css Color HEX #FACEBB Tuft Bush

📋 copy color: '#FACEBB'

red 250 ◦ green 206 ◦ blue 187

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

Shades of Tuft Bush #FACEBB

Tints of Tuft Bush #FACEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.08%

R = 38.88%
G = 32.04%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FACEBB (or 0xFACEBB) is known color: Tuft Bush. HEX triplet: FA, CE and BB. RGB value is (250,206,187). Sum of RGB (Red+Green+Blue) = 250+206+187=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBB is #053144. Grayscale: #D9D9D9. Windows color (decimal): -340293 or 12308218. OLE color: 12308218.

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

Color convert

RGB 250 206 187 -
CMYK 0 0.18 0.25 0.02
HSL 18.1º 0.86% 0.86% -
HSV(B) 18.1º 0.25% 0.98% -
XYZ 70.47 68.05 56.44 -
YUV 216.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 250 206 187 0 0.18 0.25 0.02 18.1 0.86 0.86
Hex FA CE BB 0 12 19 2 12 56 56
Octal 372 316 273 0 22 31 2 22 126 126
Binary 11111010 11001110 10111011 0 10010 11001 10 10010 1010110 1010110

Color Harmonies of #FACEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEBB

Black with #FACEBB

Text Example


Text Example

White with #FACEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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