Html Css Color HEX #F0A696 Rose Bud

📋 copy color: '#F0A696'

red 240 ◦ green 166 ◦ blue 150

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

Shades of Rose Bud #F0A696

Tints of Rose Bud #F0A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 43.17%
G = 29.86%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0A696 (or 0xF0A696) is known color: Rose Bud. HEX triplet: F0, A6 and 96. RGB value is (240,166,150). Sum of RGB (Red+Green+Blue) = 240+166+150=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A696 is #0F5969. Grayscale: #BABABA. Windows color (decimal): -1005930 or 9873136. OLE color: 9873136.

HSL color Cylindrical-coordinate representation of color #F0A696: hue angle of 10.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A696 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 166 150 -
CMYK 0 0.31 0.37 0.06
HSL 10.67º 0.75% 0.76% -
HSV(B) 10.67º 0.38% 0.94% -
XYZ 55.08 48 35.22 -
YUV 186.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 240 166 150 0 0.31 0.37 0.06 10.67 0.75 0.76
Hex F0 A6 96 0 1F 25 6 B 4B 4C
Octal 360 246 226 0 37 45 6 13 113 114
Binary 11110000 10100110 10010110 0 11111 100101 110 1011 1001011 1001100

Color Harmonies of #F0A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A696

Black with #F0A696

Text Example


Text Example

White with #F0A696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A696; }

 p { color: rgb(240,166,150); }

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

background-color css

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

 a { background-color: rgb(240,166,150); }

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

border-color css

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

 span { border-color: rgb(240,166,150); }

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