Html Css Color HEX #F7AD93 Rose Bud

📋 copy color: '#F7AD93'

red 247 ◦ green 173 ◦ blue 147

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

Shades of Rose Bud #F7AD93

Tints of Rose Bud #F7AD93

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 147 (57.81% from 255) = 25.93%

R = 43.56%
G = 30.51%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F7AD93 (or 0xF7AD93) is known color: Rose Bud. HEX triplet: F7, AD and 93. RGB value is (247,173,147). Sum of RGB (Red+Green+Blue) = 247+173+147=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AD93 is #08526C. Grayscale: #C0C0C0. Windows color (decimal): -545389 or 9678327. OLE color: 9678327.

HSL color Cylindrical-coordinate representation of color #F7AD93: hue angle of 15.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7AD93 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 147 -
CMYK 0 0.30 0.40 0.03
HSL 15.6º 0.86% 0.77% -
HSV(B) 15.6º 0.4% 0.97% -
XYZ 58.57 51.77 34.51 -
YUV 192.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 247 173 147 0 0.30 0.40 0.03 15.6 0.86 0.77
Hex F7 AD 93 0 1E 28 3 10 56 4D
Octal 367 255 223 0 36 50 3 20 126 115
Binary 11110111 10101101 10010011 0 11110 101000 11 10000 1010110 1001101

Color Harmonies of #F7AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD93

Black with #F7AD93

Text Example


Text Example

White with #F7AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD93; }

 p { color: rgb(247,173,147); }

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

background-color css

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

 a { background-color: rgb(247,173,147); }

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

border-color css

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

 span { border-color: rgb(247,173,147); }

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