Html Css Color HEX #FAAB8E Rose Bud

📋 copy color: '#FAAB8E'

red 250 ◦ green 171 ◦ blue 142

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

Shades of Rose Bud #FAAB8E

Tints of Rose Bud #FAAB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 44.4%
G = 30.37%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAAB8E (or 0xFAAB8E) is known color: Rose Bud. HEX triplet: FA, AB and 8E. RGB value is (250,171,142). Sum of RGB (Red+Green+Blue) = 250+171+142=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB8E is #055471. Grayscale: #BFBFBF. Windows color (decimal): -349298 or 9350138. OLE color: 9350138.

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

Color convert

RGB 250 171 142 -
CMYK 0 0.32 0.43 0.02
HSL 16.11º 0.92% 0.77% -
HSV(B) 16.11º 0.43% 0.98% -
XYZ 58.87 51.4 32.41 -
YUV 191.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 250 171 142 0 0.32 0.43 0.02 16.11 0.92 0.77
Hex FA AB 8E 0 20 2B 2 10 5C 4D
Octal 372 253 216 0 40 53 2 20 134 115
Binary 11111010 10101011 10001110 0 100000 101011 10 10000 1011100 1001101

Color Harmonies of #FAAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB8E

Black with #FAAB8E

Text Example


Text Example

White with #FAAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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