Html Css Color HEX #F6A3BD Carnation Pink

📋 copy color: '#F6A3BD'

red 246 ◦ green 163 ◦ blue 189

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

Shades of Carnation Pink #F6A3BD

Tints of Carnation Pink #F6A3BD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.26%

 BLUE value IS 189 (74.22% from 255) = 31.61%

R = 41.14%
G = 27.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6A3BD (or 0xF6A3BD) is known color: Carnation Pink. HEX triplet: F6, A3 and BD. RGB value is (246,163,189). Sum of RGB (Red+Green+Blue) = 246+163+189=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3BD is #095C42. Grayscale: #BEBEBE. Windows color (decimal): -613443 or 12428278. OLE color: 12428278.

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

Color convert

RGB 246 163 189 -
CMYK 0 0.34 0.23 0.04
HSL 341.2º 0.82% 0.8% -
HSV(B) 341.2º 0.34% 0.96% -
XYZ 60.29 49.46 54.51 -
YUV 190.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 246 163 189 0 0.34 0.23 0.04 341.2 0.82 0.8
Hex F6 A3 BD 0 22 17 4 155 52 50
Octal 366 243 275 0 42 27 4 525 122 120
Binary 11110110 10100011 10111101 0 100010 10111 100 101010101 1010010 1010000

Color Harmonies of #F6A3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A3BD

Black with #F6A3BD

Text Example


Text Example

White with #F6A3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A3BD; }

 p { color: rgb(246,163,189); }

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

background-color css

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

 a { background-color: rgb(246,163,189); }

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

border-color css

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

 span { border-color: rgb(246,163,189); }

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