Html Css Color HEX #F0A59D Rose Bud

📋 copy color: '#F0A59D'

red 240 ◦ green 165 ◦ blue 157

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

Shades of Rose Bud #F0A59D

Tints of Rose Bud #F0A59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.36%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 42.7%
G = 29.36%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0A59D (or 0xF0A59D) is known color: Rose Bud. HEX triplet: F0, A5 and 9D. RGB value is (240,165,157). Sum of RGB (Red+Green+Blue) = 240+165+157=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A59D is #0F5A62. Grayscale: #BABABA. Windows color (decimal): -1006179 or 10331632. OLE color: 10331632.

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

Color convert

RGB 240 165 157 -
CMYK 0 0.31 0.35 0.06
HSL 5.78º 0.73% 0.78% -
HSV(B) 5.78º 0.35% 0.94% -
XYZ 55.48 47.87 38.21 -
YUV 186.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 240 165 157 0 0.31 0.35 0.06 5.78 0.73 0.78
Hex F0 A5 9D 0 1F 23 6 6 49 4E
Octal 360 245 235 0 37 43 6 6 111 116
Binary 11110000 10100101 10011101 0 11111 100011 110 110 1001001 1001110

Color Harmonies of #F0A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A59D

Black with #F0A59D

Text Example


Text Example

White with #F0A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A59D; }

 p { color: rgb(240,165,157); }

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

background-color css

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

 a { background-color: rgb(240,165,157); }

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

border-color css

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

 span { border-color: rgb(240,165,157); }

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