Html Css Color HEX #FAAB99 Rose Bud

📋 copy color: '#FAAB99'

red 250 ◦ green 171 ◦ blue 153

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

Shades of Rose Bud #FAAB99

Tints of Rose Bud #FAAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.79%

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

R = 43.55%
G = 29.79%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAAB99 (or 0xFAAB99) is known color: Rose Bud. HEX triplet: FA, AB and 99. RGB value is (250,171,153). Sum of RGB (Red+Green+Blue) = 250+171+153=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB99 is #055466. Grayscale: #C0C0C0. Windows color (decimal): -349287 or 10071034. OLE color: 10071034.

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

Color convert

RGB 250 171 153 -
CMYK 0 0.32 0.39 0.02
HSL 11.13º 0.91% 0.79% -
HSV(B) 11.13º 0.39% 0.98% -
XYZ 59.74 51.75 36.98 -
YUV 192.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 250 171 153 0 0.32 0.39 0.02 11.13 0.91 0.79
Hex FA AB 99 0 20 27 2 B 5B 4F
Octal 372 253 231 0 40 47 2 13 133 117
Binary 11111010 10101011 10011001 0 100000 100111 10 1011 1011011 1001111

Color Harmonies of #FAAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB99

Black with #FAAB99

Text Example


Text Example

White with #FAAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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