Html Css Color HEX #FBD5BB Tuft Bush

📋 copy color: '#FBD5BB'

red 251 ◦ green 213 ◦ blue 187

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

Shades of Tuft Bush #FBD5BB

Tints of Tuft Bush #FBD5BB

RGB

 RED value IS 251 (98.44% from 255) = 38.56%

 GREEN value IS 213 (83.59% from 255) = 32.72%

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

R = 38.56%
G = 32.72%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBD5BB (or 0xFBD5BB) is known color: Tuft Bush. HEX triplet: FB, D5 and BB. RGB value is (251,213,187). Sum of RGB (Red+Green+Blue) = 251+213+187=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5BB is #042A44. Grayscale: #DDDDDD. Windows color (decimal): -272965 or 12310011. OLE color: 12310011.

HSL color Cylindrical-coordinate representation of color #FBD5BB: hue angle of 24.38º degrees, saturation: 0.89, 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 #FBD5BB is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 213 187 -
CMYK 0 0.15 0.25 0.02
HSL 24.38º 0.89% 0.86% -
HSV(B) 24.38º 0.25% 0.98% -
XYZ 72.55 71.69 57.03 -
YUV 221.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 251 213 187 0 0.15 0.25 0.02 24.38 0.89 0.86
Hex FB D5 BB 0 F 19 2 18 59 56
Octal 373 325 273 0 17 31 2 30 131 126
Binary 11111011 11010101 10111011 0 1111 11001 10 11000 1011001 1010110

Color Harmonies of #FBD5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD5BB

Black with #FBD5BB

Text Example


Text Example

White with #FBD5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD5BB; }

 p { color: rgb(251,213,187); }

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

background-color css

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

 a { background-color: rgb(251,213,187); }

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

border-color css

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

 span { border-color: rgb(251,213,187); }

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