Html Css Color HEX #F6A1BE Carnation Pink

📋 copy color: '#F6A1BE'

red 246 ◦ green 161 ◦ blue 190

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

Shades of Carnation Pink #F6A1BE

Tints of Carnation Pink #F6A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.97%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 41.21%
G = 26.97%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6A1BE (or 0xF6A1BE) is known color: Carnation Pink. HEX triplet: F6, A1 and BE. RGB value is (246,161,190). Sum of RGB (Red+Green+Blue) = 246+161+190=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1BE is #095E41. Grayscale: #BDBDBD. Windows color (decimal): -613954 or 12493302. OLE color: 12493302.

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

Color convert

RGB 246 161 190 -
CMYK 0 0.35 0.23 0.04
HSL 339.53º 0.83% 0.8% -
HSV(B) 339.53º 0.35% 0.96% -
XYZ 60.05 48.8 54.97 -
YUV 189.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 246 161 190 0 0.35 0.23 0.04 339.53 0.83 0.8
Hex F6 A1 BE 0 23 17 4 154 53 50
Octal 366 241 276 0 43 27 4 524 123 120
Binary 11110110 10100001 10111110 0 100011 10111 100 101010100 1010011 1010000

Color Harmonies of #F6A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A1BE

Black with #F6A1BE

Text Example


Text Example

White with #F6A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A1BE; }

 p { color: rgb(246,161,190); }

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

background-color css

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

 a { background-color: rgb(246,161,190); }

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

border-color css

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

 span { border-color: rgb(246,161,190); }

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