Html Css Color HEX #F6A9B4 Light Pink

📋 copy color: '#F6A9B4'

red 246 ◦ green 169 ◦ blue 180

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

Shades of Light Pink #F6A9B4

Tints of Light Pink #F6A9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.25%

R = 41.34%
G = 28.4%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F6A9B4 (or 0xF6A9B4) is known color: Light Pink. HEX triplet: F6, A9 and B4. RGB value is (246,169,180). Sum of RGB (Red+Green+Blue) = 246+169+180=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9B4 is #09564B. Grayscale: #C1C1C1. Windows color (decimal): -611916 or 11839990. OLE color: 11839990.

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

Color convert

RGB 246 169 180 -
CMYK 0 0.31 0.27 0.04
HSL 351.43º 0.81% 0.81% -
HSV(B) 351.43º 0.31% 0.96% -
XYZ 60.43 51.26 49.89 -
YUV 193.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 246 169 180 0 0.31 0.27 0.04 351.43 0.81 0.81
Hex F6 A9 B4 0 1F 1B 4 15F 51 51
Octal 366 251 264 0 37 33 4 537 121 121
Binary 11110110 10101001 10110100 0 11111 11011 100 101011111 1010001 1010001

Color Harmonies of #F6A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A9B4

Black with #F6A9B4

Text Example


Text Example

White with #F6A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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