Html Css Color HEX #F7ABA0 Rose Bud

📋 copy color: '#F7ABA0'

red 247 ◦ green 171 ◦ blue 160

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

Shades of Rose Bud #F7ABA0

Tints of Rose Bud #F7ABA0

RGB

 RED value IS 247 (96.88% from 255) = 42.73%

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

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

R = 42.73%
G = 29.58%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F7ABA0 (or 0xF7ABA0) is known color: Rose Bud. HEX triplet: F7, AB and A0. RGB value is (247,171,160). Sum of RGB (Red+Green+Blue) = 247+171+160=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ABA0 is #08545F. Grayscale: #C0C0C0. Windows color (decimal): -545888 or 10529783. OLE color: 10529783.

HSL color Cylindrical-coordinate representation of color #F7ABA0: hue angle of 7.59º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7ABA0 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 171 160 -
CMYK 0 0.31 0.35 0.03
HSL 7.59º 0.84% 0.8% -
HSV(B) 7.59º 0.35% 0.97% -
XYZ 59.27 51.44 40.06 -
YUV 192.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 247 171 160 0 0.31 0.35 0.03 7.59 0.84 0.8
Hex F7 AB A0 0 1F 23 3 8 54 50
Octal 367 253 240 0 37 43 3 10 124 120
Binary 11110111 10101011 10100000 0 11111 100011 11 1000 1010100 1010000

Color Harmonies of #F7ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ABA0

Black with #F7ABA0

Text Example


Text Example

White with #F7ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ABA0; }

 p { color: rgb(247,171,160); }

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

background-color css

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

 a { background-color: rgb(247,171,160); }

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

border-color css

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

 span { border-color: rgb(247,171,160); }

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