Html Css Color HEX #F6B4D1 Lavender Pink

📋 copy color: '#F6B4D1'

red 246 ◦ green 180 ◦ blue 209

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

Shades of Lavender Pink #F6B4D1

Tints of Lavender Pink #F6B4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.91%

R = 38.74%
G = 28.35%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6B4D1 (or 0xF6B4D1) is known color: Lavender Pink. HEX triplet: F6, B4 and D1. RGB value is (246,180,209). Sum of RGB (Red+Green+Blue) = 246+180+209=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4D1 is #094B2E. Grayscale: #CACACA. Windows color (decimal): -609071 or 13743350. OLE color: 13743350.

HSL color Cylindrical-coordinate representation of color #F6B4D1: hue angle of 333.64º 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 #F6B4D1 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 180 209 -
CMYK 0 0.27 0.15 0.04
HSL 333.64º 0.79% 0.84% -
HSV(B) 333.64º 0.27% 0.96% -
XYZ 65.84 56.84 67.82 -
YUV 203.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 246 180 209 0 0.27 0.15 0.04 333.64 0.79 0.84
Hex F6 B4 D1 0 1B F 4 14E 4F 54
Octal 366 264 321 0 33 17 4 516 117 124
Binary 11110110 10110100 11010001 0 11011 1111 100 101001110 1001111 1010100

Color Harmonies of #F6B4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B4D1

Black with #F6B4D1

Text Example


Text Example

White with #F6B4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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