Html Css Color HEX #F2B1DA Lavender Pink

📋 copy color: '#F2B1DA'

red 242 ◦ green 177 ◦ blue 218

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

Shades of Lavender Pink #F2B1DA

Tints of Lavender Pink #F2B1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 37.99%
G = 27.79%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2B1DA (or 0xF2B1DA) is known color: Lavender Pink. HEX triplet: F2, B1 and DA. RGB value is (242,177,218). Sum of RGB (Red+Green+Blue) = 242+177+218=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1DA is #0D4E25. Grayscale: #C9C9C9. Windows color (decimal): -871974 or 14332402. OLE color: 14332402.

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

Color convert

RGB 242 177 218 -
CMYK 0 0.27 0.10 0.05
HSL 322.15º 0.71% 0.82% -
HSV(B) 322.15º 0.27% 0.95% -
XYZ 64.99 55.38 73.59 -
YUV 201.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 242 177 218 0 0.27 0.10 0.05 322.15 0.71 0.82
Hex F2 B1 DA 0 1B A 5 142 47 52
Octal 362 261 332 0 33 12 5 502 107 122
Binary 11110010 10110001 11011010 0 11011 1010 101 101000010 1000111 1010010

Color Harmonies of #F2B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B1DA

Black with #F2B1DA

Text Example


Text Example

White with #F2B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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