Html Css Color HEX #F8AD9D Rose Bud

📋 copy color: '#F8AD9D'

red 248 ◦ green 173 ◦ blue 157

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

Shades of Rose Bud #F8AD9D

Tints of Rose Bud #F8AD9D

RGB

 RED value IS 248 (97.27% from 255) = 42.91%

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

 BLUE value IS 157 (61.72% from 255) = 27.16%

R = 42.91%
G = 29.93%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8AD9D (or 0xF8AD9D) is known color: Rose Bud. HEX triplet: F8, AD and 9D. RGB value is (248,173,157). Sum of RGB (Red+Green+Blue) = 248+173+157=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD9D is #075262. Grayscale: #C1C1C1. Windows color (decimal): -479843 or 10333688. OLE color: 10333688.

HSL color Cylindrical-coordinate representation of color #F8AD9D: hue angle of 10.55º degrees, saturation: 0.87, 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 #F8AD9D is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 157 -
CMYK 0 0.30 0.37 0.03
HSL 10.55º 0.87% 0.79% -
HSV(B) 10.55º 0.37% 0.97% -
XYZ 59.74 52.28 38.84 -
YUV 193.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 248 173 157 0 0.30 0.37 0.03 10.55 0.87 0.79
Hex F8 AD 9D 0 1E 25 3 B 57 4F
Octal 370 255 235 0 36 45 3 13 127 117
Binary 11111000 10101101 10011101 0 11110 100101 11 1011 1010111 1001111

Color Harmonies of #F8AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD9D

Black with #F8AD9D

Text Example


Text Example

White with #F8AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD9D; }

 p { color: rgb(248,173,157); }

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

background-color css

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

 a { background-color: rgb(248,173,157); }

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

border-color css

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

 span { border-color: rgb(248,173,157); }

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