Html Css Color HEX #FAB097 Rose Bud

📋 copy color: '#FAB097'

red 250 ◦ green 176 ◦ blue 151

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

Shades of Rose Bud #FAB097

Tints of Rose Bud #FAB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.5%

 BLUE value IS 151 (59.38% from 255) = 26.17%

R = 43.33%
G = 30.5%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAB097 (or 0xFAB097) is known color: Rose Bud. HEX triplet: FA, B0 and 97. RGB value is (250,176,151). Sum of RGB (Red+Green+Blue) = 250+176+151=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB097 is #054F68. Grayscale: #C3C3C3. Windows color (decimal): -348009 or 9941242. OLE color: 9941242.

HSL color Cylindrical-coordinate representation of color #FAB097: hue angle of 15.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB097 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 151 -
CMYK 0 0.30 0.40 0.02
HSL 15.15º 0.91% 0.79% -
HSV(B) 15.15º 0.4% 0.98% -
XYZ 60.54 53.61 36.44 -
YUV 195.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 250 176 151 0 0.30 0.40 0.02 15.15 0.91 0.79
Hex FA B0 97 0 1E 28 2 F 5B 4F
Octal 372 260 227 0 36 50 2 17 133 117
Binary 11111010 10110000 10010111 0 11110 101000 10 1111 1011011 1001111

Color Harmonies of #FAB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB097

Black with #FAB097

Text Example


Text Example

White with #FAB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB097; }

 p { color: rgb(250,176,151); }

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

background-color css

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

 a { background-color: rgb(250,176,151); }

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

border-color css

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

 span { border-color: rgb(250,176,151); }

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