Html Css Color HEX #F0A89E Rose Bud

📋 copy color: '#F0A89E'

red 240 ◦ green 168 ◦ blue 158

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

Shades of Rose Bud #F0A89E

Tints of Rose Bud #F0A89E

RGB

 RED value IS 240 (94.14% from 255) = 42.4%

 GREEN value IS 168 (66.02% from 255) = 29.68%

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

R = 42.4%
G = 29.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0A89E (or 0xF0A89E) is known color: Rose Bud. HEX triplet: F0, A8 and 9E. RGB value is (240,168,158). Sum of RGB (Red+Green+Blue) = 240+168+158=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A89E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A89E is #0F5761. Grayscale: #BCBCBC. Windows color (decimal): -1005410 or 10397936. OLE color: 10397936.

HSL color Cylindrical-coordinate representation of color #F0A89E: hue angle of 7.32º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A89E is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 158 -
CMYK 0 0.3 0.34 0.06
HSL 7.32º 0.73% 0.78% -
HSV(B) 7.32º 0.34% 0.94% -
XYZ 56.11 49 38.85 -
YUV 188.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 240 168 158 0 0.3 0.34 0.06 7.32 0.73 0.78
Hex F0 A8 9E 0 1E 22 6 7 49 4E
Octal 360 250 236 0 36 42 6 7 111 116
Binary 11110000 10101000 10011110 0 11110 100010 110 111 1001001 1001110

Color Harmonies of #F0A89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A89E

Black with #F0A89E

Text Example


Text Example

White with #F0A89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A89E; }

 p { color: rgb(240,168,158); }

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

background-color css

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

 a { background-color: rgb(240,168,158); }

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

border-color css

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

 span { border-color: rgb(240,168,158); }

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