Html Css Color HEX #F6B5D8 Lavender Pink

📋 copy color: '#F6B5D8'

red 246 ◦ green 181 ◦ blue 216

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

Shades of Lavender Pink #F6B5D8

Tints of Lavender Pink #F6B5D8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.15%

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 38.26%
G = 28.15%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6B5D8 (or 0xF6B5D8) is known color: Lavender Pink. HEX triplet: F6, B5 and D8. RGB value is (246,181,216). Sum of RGB (Red+Green+Blue) = 246+181+216=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B5D8 is #094A27. Grayscale: #CCCCCC. Windows color (decimal): -608808 or 14202358. OLE color: 14202358.

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

Color convert

RGB 246 181 216 -
CMYK 0 0.26 0.12 0.04
HSL 327.69º 0.78% 0.84% -
HSV(B) 327.69º 0.26% 0.96% -
XYZ 66.92 57.6 72.56 -
YUV 204.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 246 181 216 0 0.26 0.12 0.04 327.69 0.78 0.84
Hex F6 B5 D8 0 1A C 4 148 4E 54
Octal 366 265 330 0 32 14 4 510 116 124
Binary 11110110 10110101 11011000 0 11010 1100 100 101001000 1001110 1010100

Color Harmonies of #F6B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B5D8

Black with #F6B5D8

Text Example


Text Example

White with #F6B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B5D8; }

 p { color: rgb(246,181,216); }

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

background-color css

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

 a { background-color: rgb(246,181,216); }

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

border-color css

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

 span { border-color: rgb(246,181,216); }

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