Html Css Color HEX #F2B6DD Lavender Pink

📋 copy color: '#F2B6DD'

red 242 ◦ green 182 ◦ blue 221

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

Shades of Lavender Pink #F2B6DD

Tints of Lavender Pink #F2B6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.22%

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 37.52%
G = 28.22%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2B6DD (or 0xF2B6DD) is known color: Lavender Pink. HEX triplet: F2, B6 and DD. RGB value is (242,182,221). Sum of RGB (Red+Green+Blue) = 242+182+221=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6DD is #0D4922. Grayscale: #CCCCCC. Windows color (decimal): -870691 or 14530290. OLE color: 14530290.

HSL color Cylindrical-coordinate representation of color #F2B6DD: hue angle of 321º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B6DD is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 182 221 -
CMYK 0 0.25 0.09 0.05
HSL 321º 0.7% 0.83% -
HSV(B) 321º 0.25% 0.95% -
XYZ 66.4 57.55 76.02 -
YUV 204.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 242 182 221 0 0.25 0.09 0.05 321 0.7 0.83
Hex F2 B6 DD 0 19 9 5 141 46 53
Octal 362 266 335 0 31 11 5 501 106 123
Binary 11110010 10110110 11011101 0 11001 1001 101 101000001 1000110 1010011

Color Harmonies of #F2B6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B6DD

Black with #F2B6DD

Text Example


Text Example

White with #F2B6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B6DD; }

 p { color: rgb(242,182,221); }

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

background-color css

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

 a { background-color: rgb(242,182,221); }

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

border-color css

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

 span { border-color: rgb(242,182,221); }

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