Html Css Color HEX #F8A99E Rose Bud

📋 copy color: '#F8A99E'

red 248 ◦ green 169 ◦ blue 158

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

Shades of Rose Bud #F8A99E

Tints of Rose Bud #F8A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.39%

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 43.13%
G = 29.39%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8A99E (or 0xF8A99E) is known color: Rose Bud. HEX triplet: F8, A9 and 9E. RGB value is (248,169,158). Sum of RGB (Red+Green+Blue) = 248+169+158=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A99E is #075661. Grayscale: #BFBFBF. Windows color (decimal): -480866 or 10398200. OLE color: 10398200.

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

Color convert

RGB 248 169 158 -
CMYK 0 0.32 0.36 0.03
HSL 7.33º 0.87% 0.8% -
HSV(B) 7.33º 0.36% 0.97% -
XYZ 59.07 50.8 39.04 -
YUV 191.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 248 169 158 0 0.32 0.36 0.03 7.33 0.87 0.8
Hex F8 A9 9E 0 20 24 3 7 57 50
Octal 370 251 236 0 40 44 3 7 127 120
Binary 11111000 10101001 10011110 0 100000 100100 11 111 1010111 1010000

Color Harmonies of #F8A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A99E

Black with #F8A99E

Text Example


Text Example

White with #F8A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A99E; }

 p { color: rgb(248,169,158); }

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

background-color css

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

 a { background-color: rgb(248,169,158); }

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

border-color css

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

 span { border-color: rgb(248,169,158); }

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