Html Css Color HEX #F6A99E Rose Bud

📋 copy color: '#F6A99E'

red 246 ◦ green 169 ◦ blue 158

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

Shades of Rose Bud #F6A99E

Tints of Rose Bud #F6A99E

RGB

 RED value IS 246 (96.48% from 255) = 42.93%

 GREEN value IS 169 (66.41% from 255) = 29.49%

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

R = 42.93%
G = 29.49%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6A99E (or 0xF6A99E) is known color: Rose Bud. HEX triplet: F6, A9 and 9E. RGB value is (246,169,158). Sum of RGB (Red+Green+Blue) = 246+169+158=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A99E is #095661. Grayscale: #BEBEBE. Windows color (decimal): -611938 or 10398198. OLE color: 10398198.

HSL color Cylindrical-coordinate representation of color #F6A99E: hue angle of 7.5º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6A99E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 169 158 -
CMYK 0 0.31 0.36 0.04
HSL 7.5º 0.83% 0.79% -
HSV(B) 7.5º 0.36% 0.96% -
XYZ 58.37 50.44 39.01 -
YUV 190.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 246 169 158 0 0.31 0.36 0.04 7.5 0.83 0.79
Hex F6 A9 9E 0 1F 24 4 8 53 4F
Octal 366 251 236 0 37 44 4 10 123 117
Binary 11110110 10101001 10011110 0 11111 100100 100 1000 1010011 1001111

Color Harmonies of #F6A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A99E

Black with #F6A99E

Text Example


Text Example

White with #F6A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A99E; }

 p { color: rgb(246,169,158); }

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

background-color css

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

 a { background-color: rgb(246,169,158); }

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

border-color css

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

 span { border-color: rgb(246,169,158); }

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