Html Css Color HEX #FAAEA1 Rose Bud

📋 copy color: '#FAAEA1'

red 250 ◦ green 174 ◦ blue 161

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

Shades of Rose Bud #FAAEA1

Tints of Rose Bud #FAAEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

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

R = 42.74%
G = 29.74%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAAEA1 (or 0xFAAEA1) is known color: Rose Bud. HEX triplet: FA, AE and A1. RGB value is (250,174,161). Sum of RGB (Red+Green+Blue) = 250+174+161=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA1 is #05515E. Grayscale: #C3C3C3. Windows color (decimal): -348511 or 10596090. OLE color: 10596090.

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

Color convert

RGB 250 174 161 -
CMYK 0 0.30 0.36 0.02
HSL 8.76º 0.9% 0.81% -
HSV(B) 8.76º 0.36% 0.98% -
XYZ 60.99 53.17 40.77 -
YUV 195.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 250 174 161 0 0.30 0.36 0.02 8.76 0.9 0.81
Hex FA AE A1 0 1E 24 2 9 5A 51
Octal 372 256 241 0 36 44 2 11 132 121
Binary 11111010 10101110 10100001 0 11110 100100 10 1001 1011010 1010001

Color Harmonies of #FAAEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEA1

Black with #FAAEA1

Text Example


Text Example

White with #FAAEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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