Html Css Color HEX #F8AC90 Rose Bud

📋 copy color: '#F8AC90'

red 248 ◦ green 172 ◦ blue 144

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

Shades of Rose Bud #F8AC90

Tints of Rose Bud #F8AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

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

R = 43.97%
G = 30.5%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8AC90 (or 0xF8AC90) is known color: Rose Bud. HEX triplet: F8, AC and 90. RGB value is (248,172,144). Sum of RGB (Red+Green+Blue) = 248+172+144=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AC90 is #07536F. Grayscale: #BFBFBF. Windows color (decimal): -480112 or 9481464. OLE color: 9481464.

HSL color Cylindrical-coordinate representation of color #F8AC90: hue angle of 16.15º 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 #F8AC90 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 144 -
CMYK 0 0.31 0.42 0.03
HSL 16.15º 0.88% 0.77% -
HSV(B) 16.15º 0.42% 0.97% -
XYZ 58.5 51.48 33.24 -
YUV 191.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 248 172 144 0 0.31 0.42 0.03 16.15 0.88 0.77
Hex F8 AC 90 0 1F 2A 3 10 58 4D
Octal 370 254 220 0 37 52 3 20 130 115
Binary 11111000 10101100 10010000 0 11111 101010 11 10000 1011000 1001101

Color Harmonies of #F8AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AC90

Black with #F8AC90

Text Example


Text Example

White with #F8AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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