Html Css Color HEX #F6B4BA Light Pink

📋 copy color: '#F6B4BA'

red 246 ◦ green 180 ◦ blue 186

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

Shades of Light Pink #F6B4BA

Tints of Light Pink #F6B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.41%

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 40.2%
G = 29.41%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6B4BA (or 0xF6B4BA) is known color: Light Pink. HEX triplet: F6, B4 and BA. RGB value is (246,180,186). Sum of RGB (Red+Green+Blue) = 246+180+186=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4BA is #094B45. Grayscale: #C8C8C8. Windows color (decimal): -609094 or 12236022. OLE color: 12236022.

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

Color convert

RGB 246 180 186 -
CMYK 0 0.27 0.24 0.04
HSL 354.55º 0.79% 0.84% -
HSV(B) 354.55º 0.27% 0.96% -
XYZ 63.19 55.78 53.89 -
YUV 200.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 246 180 186 0 0.27 0.24 0.04 354.55 0.79 0.84
Hex F6 B4 BA 0 1B 18 4 163 4F 54
Octal 366 264 272 0 33 30 4 543 117 124
Binary 11110110 10110100 10111010 0 11011 11000 100 101100011 1001111 1010100

Color Harmonies of #F6B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B4BA

Black with #F6B4BA

Text Example


Text Example

White with #F6B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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