Html Css Color HEX #FAA8A0 Rose Bud

📋 copy color: '#FAA8A0'

red 250 ◦ green 168 ◦ blue 160

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

Shades of Rose Bud #FAA8A0

Tints of Rose Bud #FAA8A0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.07%

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

R = 43.25%
G = 29.07%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAA8A0 (or 0xFAA8A0) is known color: Rose Bud. HEX triplet: FA, A8 and A0. RGB value is (250,168,160). Sum of RGB (Red+Green+Blue) = 250+168+160=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8A0 is #05575F. Grayscale: #BFBFBF. Windows color (decimal): -350048 or 10529018. OLE color: 10529018.

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

Color convert

RGB 250 168 160 -
CMYK 0 0.33 0.36 0.02
HSL 5.33º 0.9% 0.8% -
HSV(B) 5.33º 0.36% 0.98% -
XYZ 59.77 50.87 39.93 -
YUV 191.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 250 168 160 0 0.33 0.36 0.02 5.33 0.9 0.8
Hex FA A8 A0 0 21 24 2 5 5A 50
Octal 372 250 240 0 41 44 2 5 132 120
Binary 11111010 10101000 10100000 0 100001 100100 10 101 1011010 1010000

Color Harmonies of #FAA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8A0

Black with #FAA8A0

Text Example


Text Example

White with #FAA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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