Html Css Color HEX #FAAFA1 Rose Bud

📋 copy color: '#FAAFA1'

red 250 ◦ green 175 ◦ blue 161

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

Shades of Rose Bud #FAAFA1

Tints of Rose Bud #FAAFA1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.86%

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

R = 42.66%
G = 29.86%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAAFA1 (or 0xFAAFA1) is known color: Rose Bud. HEX triplet: FA, AF and A1. RGB value is (250,175,161). Sum of RGB (Red+Green+Blue) = 250+175+161=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA1 is #05505E. Grayscale: #C3C3C3. Windows color (decimal): -348255 or 10596346. OLE color: 10596346.

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

Color convert

RGB 250 175 161 -
CMYK 0 0.3 0.36 0.02
HSL 9.44º 0.9% 0.81% -
HSV(B) 9.44º 0.36% 0.98% -
XYZ 61.19 53.56 40.83 -
YUV 195.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 250 175 161 0 0.3 0.36 0.02 9.44 0.9 0.81
Hex FA AF A1 0 1E 24 2 9 5A 51
Octal 372 257 241 0 36 44 2 11 132 121
Binary 11111010 10101111 10100001 0 11110 100100 10 1001 1011010 1010001

Color Harmonies of #FAAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFA1

Black with #FAAFA1

Text Example


Text Example

White with #FAAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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