Html Css Color HEX #F8A998 Rose Bud

📋 copy color: '#F8A998'

red 248 ◦ green 169 ◦ blue 152

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

Shades of Rose Bud #F8A998

Tints of Rose Bud #F8A998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 43.59%
G = 29.7%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F8A998 (or 0xF8A998) is known color: Rose Bud. HEX triplet: F8, A9 and 98. RGB value is (248,169,152). Sum of RGB (Red+Green+Blue) = 248+169+152=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A998 is #075667. Grayscale: #BEBEBE. Windows color (decimal): -480872 or 10004984. OLE color: 10004984.

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

Color convert

RGB 248 169 152 -
CMYK 0 0.32 0.39 0.03
HSL 10.63º 0.87% 0.78% -
HSV(B) 10.63º 0.39% 0.97% -
XYZ 58.57 50.6 36.39 -
YUV 190.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 248 169 152 0 0.32 0.39 0.03 10.63 0.87 0.78
Hex F8 A9 98 0 20 27 3 B 57 4E
Octal 370 251 230 0 40 47 3 13 127 116
Binary 11111000 10101001 10011000 0 100000 100111 11 1011 1010111 1001110

Color Harmonies of #F8A998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A998

Black with #F8A998

Text Example


Text Example

White with #F8A998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A998; }

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

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

background-color css

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

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

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

border-color css

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

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

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