Html Css Color HEX #FBD5C2 Tuft Bush

📋 copy color: '#FBD5C2'

red 251 ◦ green 213 ◦ blue 194

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

Shades of Tuft Bush #FBD5C2

Tints of Tuft Bush #FBD5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.48%

R = 38.15%
G = 32.37%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBD5C2 (or 0xFBD5C2) is known color: Tuft Bush. HEX triplet: FB, D5 and C2. RGB value is (251,213,194). Sum of RGB (Red+Green+Blue) = 251+213+194=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5C2 is #042A3D. Grayscale: #DEDEDE. Windows color (decimal): -272958 or 12768763. OLE color: 12768763.

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

Color convert

RGB 251 213 194 -
CMYK 0 0.15 0.23 0.02
HSL 20º 0.88% 0.87% -
HSV(B) 20º 0.23% 0.98% -
XYZ 73.32 71.99 61.07 -
YUV 222.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 251 213 194 0 0.15 0.23 0.02 20 0.88 0.87
Hex FB D5 C2 0 F 17 2 14 58 57
Octal 373 325 302 0 17 27 2 24 130 127
Binary 11111011 11010101 11000010 0 1111 10111 10 10100 1011000 1010111

Color Harmonies of #FBD5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD5C2

Black with #FBD5C2

Text Example


Text Example

White with #FBD5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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