Html Css Color HEX #F6A48E Rose Bud

📋 copy color: '#F6A48E'

red 246 ◦ green 164 ◦ blue 142

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

Shades of Rose Bud #F6A48E

Tints of Rose Bud #F6A48E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 44.57%
G = 29.71%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6A48E (or 0xF6A48E) is known color: Rose Bud. HEX triplet: F6, A4 and 8E. RGB value is (246,164,142). Sum of RGB (Red+Green+Blue) = 246+164+142=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A48E is #095B71. Grayscale: #BABABA. Windows color (decimal): -613234 or 9348342. OLE color: 9348342.

HSL color Cylindrical-coordinate representation of color #F6A48E: hue angle of 12.69º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6A48E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 142 -
CMYK 0 0.33 0.42 0.04
HSL 12.69º 0.85% 0.76% -
HSV(B) 12.69º 0.42% 0.96% -
XYZ 56.16 48.1 31.91 -
YUV 186.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 246 164 142 0 0.33 0.42 0.04 12.69 0.85 0.76
Hex F6 A4 8E 0 21 2A 4 D 55 4C
Octal 366 244 216 0 41 52 4 15 125 114
Binary 11110110 10100100 10001110 0 100001 101010 100 1101 1010101 1001100

Color Harmonies of #F6A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A48E

Black with #F6A48E

Text Example


Text Example

White with #F6A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A48E; }

 p { color: rgb(246,164,142); }

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

background-color css

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

 a { background-color: rgb(246,164,142); }

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

border-color css

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

 span { border-color: rgb(246,164,142); }

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