Html Css Color HEX #F2B1D6 Lavender Pink

📋 copy color: '#F2B1D6'

red 242 ◦ green 177 ◦ blue 214

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

Shades of Lavender Pink #F2B1D6

Tints of Lavender Pink #F2B1D6

RGB

 RED value IS 242 (94.92% from 255) = 38.23%

 GREEN value IS 177 (69.53% from 255) = 27.96%

 BLUE value IS 214 (83.98% from 255) = 33.81%

R = 38.23%
G = 27.96%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2B1D6 (or 0xF2B1D6) is known color: Lavender Pink. HEX triplet: F2, B1 and D6. RGB value is (242,177,214). Sum of RGB (Red+Green+Blue) = 242+177+214=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1D6 is #0D4E29. Grayscale: #C8C8C8. Windows color (decimal): -871978 or 14070258. OLE color: 14070258.

HSL color Cylindrical-coordinate representation of color #F2B1D6: hue angle of 325.85º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B1D6 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 214 -
CMYK 0 0.27 0.12 0.05
HSL 325.85º 0.71% 0.82% -
HSV(B) 325.85º 0.27% 0.95% -
XYZ 64.48 55.18 70.87 -
YUV 200.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 242 177 214 0 0.27 0.12 0.05 325.85 0.71 0.82
Hex F2 B1 D6 0 1B C 5 146 47 52
Octal 362 261 326 0 33 14 5 506 107 122
Binary 11110010 10110001 11010110 0 11011 1100 101 101000110 1000111 1010010

Color Harmonies of #F2B1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B1D6

Black with #F2B1D6

Text Example


Text Example

White with #F2B1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B1D6; }

 p { color: rgb(242,177,214); }

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

background-color css

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

 a { background-color: rgb(242,177,214); }

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

border-color css

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

 span { border-color: rgb(242,177,214); }

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