Html Css Color HEX #FAAB96 Rose Bud

📋 copy color: '#FAAB96'

red 250 ◦ green 171 ◦ blue 150

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

Shades of Rose Bud #FAAB96

Tints of Rose Bud #FAAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.27%

R = 43.78%
G = 29.95%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAAB96 (or 0xFAAB96) is known color: Rose Bud. HEX triplet: FA, AB and 96. RGB value is (250,171,150). Sum of RGB (Red+Green+Blue) = 250+171+150=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB96 is #055469. Grayscale: #C0C0C0. Windows color (decimal): -349290 or 9874426. OLE color: 9874426.

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

Color convert

RGB 250 171 150 -
CMYK 0 0.32 0.4 0.02
HSL 12.6º 0.91% 0.78% -
HSV(B) 12.6º 0.4% 0.98% -
XYZ 59.49 51.65 35.69 -
YUV 192.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 250 171 150 0 0.32 0.4 0.02 12.6 0.91 0.78
Hex FA AB 96 0 20 28 2 D 5B 4E
Octal 372 253 226 0 40 50 2 15 133 116
Binary 11111010 10101011 10010110 0 100000 101000 10 1101 1011011 1001110

Color Harmonies of #FAAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB96

Black with #FAAB96

Text Example


Text Example

White with #FAAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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