Html Css Color HEX #F0A694 Rose Bud

📋 copy color: '#F0A694'

red 240 ◦ green 166 ◦ blue 148

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

Shades of Rose Bud #F0A694

Tints of Rose Bud #F0A694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 43.32%
G = 29.96%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0A694 (or 0xF0A694) is known color: Rose Bud. HEX triplet: F0, A6 and 94. RGB value is (240,166,148). Sum of RGB (Red+Green+Blue) = 240+166+148=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A694 is #0F596B. Grayscale: #BABABA. Windows color (decimal): -1005932 or 9742064. OLE color: 9742064.

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

Color convert

RGB 240 166 148 -
CMYK 0 0.31 0.38 0.06
HSL 11.74º 0.75% 0.76% -
HSV(B) 11.74º 0.38% 0.94% -
XYZ 54.92 47.94 34.38 -
YUV 186.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 240 166 148 0 0.31 0.38 0.06 11.74 0.75 0.76
Hex F0 A6 94 0 1F 26 6 C 4B 4C
Octal 360 246 224 0 37 46 6 14 113 114
Binary 11110000 10100110 10010100 0 11111 100110 110 1100 1001011 1001100

Color Harmonies of #F0A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A694

Black with #F0A694

Text Example


Text Example

White with #F0A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A694; }

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

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

background-color css

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

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

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

border-color css

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

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

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