Html Css Color HEX #FAB099 Rose Bud

📋 copy color: '#FAB099'

red 250 ◦ green 176 ◦ blue 153

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

Shades of Rose Bud #FAB099

Tints of Rose Bud #FAB099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.42%

R = 43.18%
G = 30.4%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAB099 (or 0xFAB099) is known color: Rose Bud. HEX triplet: FA, B0 and 99. RGB value is (250,176,153). Sum of RGB (Red+Green+Blue) = 250+176+153=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB099 is #054F66. Grayscale: #C3C3C3. Windows color (decimal): -348007 or 10072314. OLE color: 10072314.

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

Color convert

RGB 250 176 153 -
CMYK 0 0.30 0.39 0.02
HSL 14.23º 0.91% 0.79% -
HSV(B) 14.23º 0.39% 0.98% -
XYZ 60.7 53.67 37.3 -
YUV 195.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 250 176 153 0 0.30 0.39 0.02 14.23 0.91 0.79
Hex FA B0 99 0 1E 27 2 E 5B 4F
Octal 372 260 231 0 36 47 2 16 133 117
Binary 11111010 10110000 10011001 0 11110 100111 10 1110 1011011 1001111

Color Harmonies of #FAB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB099

Black with #FAB099

Text Example


Text Example

White with #FAB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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