#F5AD98

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

Shades of Rose Bud #F5AD98

Tints of Rose Bud #F5AD98

Color information

#F5AD98 (or 0xF5AD98) is unknown color: approx Rose Bud. HEX triplet: F5, AD and 98. RGB value is (245,173,152). Sum of RGB (Red+Green+Blue) = 245+173+152=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AD98 is #0A5267. Grayscale: #C0C0C0. Windows color (decimal): -676456 or 10006005. OLE color: 10006005.

HSL color Cylindrical-coordinate representation of color #F5AD98: hue angle of 13.55º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5AD98 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245173152-
CMYK00.290.380.04
HSL13.55º82.3%77.84%-
HSV(B)13.55º37.96%96.08%-
XYZ58.2751.5736.59-
YUV192.13105.35165.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=42.98%
G=30.35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517315200.290.380.0413.5582.377.84
HexF5AD9801D264e524e
Octal36525523003546416122116
Binary111101011010110110011000011101100110100111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AD98; }

 p { color: rgb(245,173,152); }

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

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

 a { background-color: rgb(245,173,152); }

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

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

 span { border-color: rgb(245,173,152); }

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