Html Css Color HEX #FAA899 Rose Bud

📋 copy color: '#FAA899'

red 250 ◦ green 168 ◦ blue 153

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

Shades of Rose Bud #FAA899

Tints of Rose Bud #FAA899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.42%

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

R = 43.78%
G = 29.42%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAA899 (or 0xFAA899) is known color: Rose Bud. HEX triplet: FA, A8 and 99. RGB value is (250,168,153). Sum of RGB (Red+Green+Blue) = 250+168+153=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA899 is #055766. Grayscale: #BEBEBE. Windows color (decimal): -350055 or 10070266. OLE color: 10070266.

HSL color Cylindrical-coordinate representation of color #FAA899: hue angle of 9.28º 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 #FAA899 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 153 -
CMYK 0 0.33 0.39 0.02
HSL 9.28º 0.91% 0.79% -
HSV(B) 9.28º 0.39% 0.98% -
XYZ 59.18 50.63 36.79 -
YUV 190.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 250 168 153 0 0.33 0.39 0.02 9.28 0.91 0.79
Hex FA A8 99 0 21 27 2 9 5B 4F
Octal 372 250 231 0 41 47 2 11 133 117
Binary 11111010 10101000 10011001 0 100001 100111 10 1001 1011011 1001111

Color Harmonies of #FAA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA899

Black with #FAA899

Text Example


Text Example

White with #FAA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA899; }

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

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

background-color css

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

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

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

border-color css

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

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

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