Html Css Color HEX #F8A390 Rose Bud

📋 copy color: '#F8A390'

red 248 ◦ green 163 ◦ blue 144

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

Shades of Rose Bud #F8A390

Tints of Rose Bud #F8A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.37%

 BLUE value IS 144 (56.64% from 255) = 25.95%

R = 44.68%
G = 29.37%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8A390 (or 0xF8A390) is known color: Rose Bud. HEX triplet: F8, A3 and 90. RGB value is (248,163,144). Sum of RGB (Red+Green+Blue) = 248+163+144=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A390 is #075C6F. Grayscale: #BABABA. Windows color (decimal): -482416 or 9479160. OLE color: 9479160.

HSL color Cylindrical-coordinate representation of color #F8A390: hue angle of 10.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8A390 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 163 144 -
CMYK 0 0.34 0.42 0.03
HSL 10.96º 0.88% 0.77% -
HSV(B) 10.96º 0.42% 0.97% -
XYZ 56.84 48.16 32.69 -
YUV 186.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 248 163 144 0 0.34 0.42 0.03 10.96 0.88 0.77
Hex F8 A3 90 0 22 2A 3 B 58 4D
Octal 370 243 220 0 42 52 3 13 130 115
Binary 11111000 10100011 10010000 0 100010 101010 11 1011 1011000 1001101

Color Harmonies of #F8A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A390

Black with #F8A390

Text Example


Text Example

White with #F8A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A390; }

 p { color: rgb(248,163,144); }

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

background-color css

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

 a { background-color: rgb(248,163,144); }

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

border-color css

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

 span { border-color: rgb(248,163,144); }

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