Html Css Color HEX #F0A09C Rose Bud

📋 copy color: '#F0A09C'

red 240 ◦ green 160 ◦ blue 156

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

Shades of Rose Bud #F0A09C

Tints of Rose Bud #F0A09C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.78%

 BLUE value IS 156 (61.33% from 255) = 28.06%

R = 43.17%
G = 28.78%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0A09C (or 0xF0A09C) is known color: Rose Bud. HEX triplet: F0, A0 and 9C. RGB value is (240,160,156). Sum of RGB (Red+Green+Blue) = 240+160+156=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A09C is #0F5F63. Grayscale: #B7B7B7. Windows color (decimal): -1007460 or 10264816. OLE color: 10264816.

HSL color Cylindrical-coordinate representation of color #F0A09C: hue angle of 2.86º degrees, saturation: 0.74, 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 #F0A09C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 156 -
CMYK 0 0.33 0.35 0.06
HSL 2.86º 0.74% 0.78% -
HSV(B) 2.86º 0.35% 0.94% -
XYZ 54.51 46.07 37.47 -
YUV 183.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 240 160 156 0 0.33 0.35 0.06 2.86 0.74 0.78
Hex F0 A0 9C 0 21 23 6 3 4A 4E
Octal 360 240 234 0 41 43 6 3 112 116
Binary 11110000 10100000 10011100 0 100001 100011 110 11 1001010 1001110

Color Harmonies of #F0A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A09C

Black with #F0A09C

Text Example


Text Example

White with #F0A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A09C; }

 p { color: rgb(240,160,156); }

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

background-color css

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

 a { background-color: rgb(240,160,156); }

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

border-color css

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

 span { border-color: rgb(240,160,156); }

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