#F7AF9C

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

Shades of Rose Bud #F7AF9C

Tints of Rose Bud #F7AF9C

Color information

#F7AF9C (or 0xF7AF9C) is unknown color: approx Rose Bud. HEX triplet: F7, AF and 9C. RGB value is (247,175,156). Sum of RGB (Red+Green+Blue) = 247+175+156=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AF9C is #085063. Grayscale: #C2C2C2. Windows color (decimal): -544868 or 10268663. OLE color: 10268663.

HSL color Cylindrical-coordinate representation of color #F7AF9C: hue angle of 12.53º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7AF9C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB247175156-
CMYK00.290.370.03
HSL12.53º85.05%79.02%-
HSV(B)12.53º36.84%96.86%-
XYZ59.6952.8338.5-
YUV194.36106.35165.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 26.99%
R=42.73%
G=30.28%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717515600.290.370.0312.5385.0579.02
HexF7AF9C01D253d554f
Octal36725723403545315125117
Binary11110111101011111001110001110110010111110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF9C; }

 p { color: rgb(247,175,156); }

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

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

 a { background-color: rgb(247,175,156); }

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

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

 span { border-color: rgb(247,175,156); }

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