Html Css Color HEX #FAABA1 Rose Bud

📋 copy color: '#FAABA1'

red 250 ◦ green 171 ◦ blue 161

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

Shades of Rose Bud #FAABA1

Tints of Rose Bud #FAABA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.66%

R = 42.96%
G = 29.38%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAABA1 (or 0xFAABA1) is known color: Rose Bud. HEX triplet: FA, AB and A1. RGB value is (250,171,161). Sum of RGB (Red+Green+Blue) = 250+171+161=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA1 is #05545E. Grayscale: #C1C1C1. Windows color (decimal): -349279 or 10595322. OLE color: 10595322.

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

Color convert

RGB 250 171 161 -
CMYK 0 0.32 0.36 0.02
HSL 6.74º 0.9% 0.81% -
HSV(B) 6.74º 0.36% 0.98% -
XYZ 60.42 52.02 40.58 -
YUV 193.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 250 171 161 0 0.32 0.36 0.02 6.74 0.9 0.81
Hex FA AB A1 0 20 24 2 7 5A 51
Octal 372 253 241 0 40 44 2 7 132 121
Binary 11111010 10101011 10100001 0 100000 100100 10 111 1011010 1010001

Color Harmonies of #FAABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABA1

Black with #FAABA1

Text Example


Text Example

White with #FAABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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