#F7AB90

Color #F7AB90 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F7AB90

Tints of Rose Bud #F7AB90

Color information

#F7AB90 (or 0xF7AB90) is unknown color: approx Rose Bud. HEX triplet: F7, AB and 90. RGB value is (247,171,144). Sum of RGB (Red+Green+Blue) = 247+171+144=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AB90 is #08546F. Grayscale: #BEBEBE. Windows color (decimal): -545904 or 9481207. OLE color: 9481207.

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

Color convert

RGB247171144-
CMYK00.310.420.03
HSL15.73º86.55%76.67%-
HSV(B)15.73º41.7%96.86%-
XYZ57.9550.9133.16-
YUV190.65101.68168.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=43.95%
G=30.43%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717114400.310.420.0315.7386.5576.67
HexF7AB9001F2A310574d
Octal36725322003752320127115
Binary111101111010101110010000011111101010111000010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB90; }

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

 H1.HeaderClassName
 {
   color: #F7AB90;
 }
 .AnyTagClassName
 {
   color: #F7AB90;
 }
</style>
background-color css

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

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

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

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

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

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