Html Css Color HEX #FAAFA0 Rose Bud

📋 copy color: '#FAAFA0'

red 250 ◦ green 175 ◦ blue 160

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

Shades of Rose Bud #FAAFA0

Tints of Rose Bud #FAAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.35%

R = 42.74%
G = 29.91%
B = 27.35%

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

#FAAFA0 (or 0xFAAFA0) is known color: Rose Bud. HEX triplet: FA, AF and A0. RGB value is (250,175,160). Sum of RGB (Red+Green+Blue) = 250+175+160=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA0 is #05505F. Grayscale: #C3C3C3. Windows color (decimal): -348256 or 10530810. OLE color: 10530810.

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

Color convert

RGB 250 175 160 -
CMYK 0 0.3 0.36 0.02
HSL 10º 0.9% 0.8% -
HSV(B) 10º 0.36% 0.98% -
XYZ 61.1 53.52 40.37 -
YUV 195.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 250 175 160 0 0.3 0.36 0.02 10 0.9 0.8
Hex FA AF A0 0 1E 24 2 A 5A 50
Octal 372 257 240 0 36 44 2 12 132 120
Binary 11111010 10101111 10100000 0 11110 100100 10 1010 1011010 1010000

Color Harmonies of #FAAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFA0

Black with #FAAFA0

Text Example


Text Example

White with #FAAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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