Html Css Color HEX #F8A299 Rose Bud

📋 copy color: '#F8A299'

red 248 ◦ green 162 ◦ blue 153

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

Shades of Rose Bud #F8A299

Tints of Rose Bud #F8A299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.77%

 BLUE value IS 153 (60.16% from 255) = 27.18%

R = 44.05%
G = 28.77%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8A299 (or 0xF8A299) is known color: Rose Bud. HEX triplet: F8, A2 and 99. RGB value is (248,162,153). Sum of RGB (Red+Green+Blue) = 248+162+153=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A299 is #075D66. Grayscale: #BABABA. Windows color (decimal): -482663 or 10068728. OLE color: 10068728.

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

Color convert

RGB 248 162 153 -
CMYK 0 0.35 0.38 0.03
HSL 5.68º 0.87% 0.79% -
HSV(B) 5.68º 0.38% 0.97% -
XYZ 57.38 48.1 36.4 -
YUV 186.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 248 162 153 0 0.35 0.38 0.03 5.68 0.87 0.79
Hex F8 A2 99 0 23 26 3 6 57 4F
Octal 370 242 231 0 43 46 3 6 127 117
Binary 11111000 10100010 10011001 0 100011 100110 11 110 1010111 1001111

Color Harmonies of #F8A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A299

Black with #F8A299

Text Example


Text Example

White with #F8A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A299; }

 p { color: rgb(248,162,153); }

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

background-color css

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

 a { background-color: rgb(248,162,153); }

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

border-color css

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

 span { border-color: rgb(248,162,153); }

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