Html Css Color HEX #FBD5C0 Tuft Bush

📋 copy color: '#FBD5C0'

red 251 ◦ green 213 ◦ blue 192

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

Shades of Tuft Bush #FBD5C0

Tints of Tuft Bush #FBD5C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.27%

R = 38.26%
G = 32.47%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBD5C0 (or 0xFBD5C0) is known color: Tuft Bush. HEX triplet: FB, D5 and C0. RGB value is (251,213,192). Sum of RGB (Red+Green+Blue) = 251+213+192=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5C0 is #042A3F. Grayscale: #DEDEDE. Windows color (decimal): -272960 or 12637691. OLE color: 12637691.

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

Color convert

RGB 251 213 192 -
CMYK 0 0.15 0.24 0.02
HSL 21.36º 0.88% 0.87% -
HSV(B) 21.36º 0.24% 0.98% -
XYZ 73.09 71.9 59.9 -
YUV 221.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 251 213 192 0 0.15 0.24 0.02 21.36 0.88 0.87
Hex FB D5 C0 0 F 18 2 15 58 57
Octal 373 325 300 0 17 30 2 25 130 127
Binary 11111011 11010101 11000000 0 1111 11000 10 10101 1011000 1010111

Color Harmonies of #FBD5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD5C0

Black with #FBD5C0

Text Example


Text Example

White with #FBD5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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