Html Css Color HEX #F2B5DD Lavender Pink

📋 copy color: '#F2B5DD'

red 242 ◦ green 181 ◦ blue 221

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

Shades of Lavender Pink #F2B5DD

Tints of Lavender Pink #F2B5DD

RGB

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

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

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

R = 37.58%
G = 28.11%
B = 34.32%

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

#F2B5DD (or 0xF2B5DD) is known color: Lavender Pink. HEX triplet: F2, B5 and DD. RGB value is (242,181,221). Sum of RGB (Red+Green+Blue) = 242+181+221=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DD is #0D4A22. Grayscale: #CBCBCB. Windows color (decimal): -870947 or 14530034. OLE color: 14530034.

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

Color convert

RGB 242 181 221 -
CMYK 0 0.25 0.09 0.05
HSL 320.66º 0.7% 0.83% -
HSV(B) 320.66º 0.25% 0.95% -
XYZ 66.19 57.15 75.95 -
YUV 203.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 242 181 221 0 0.25 0.09 0.05 320.66 0.7 0.83
Hex F2 B5 DD 0 19 9 5 141 46 53
Octal 362 265 335 0 31 11 5 501 106 123
Binary 11110010 10110101 11011101 0 11001 1001 101 101000001 1000110 1010011

Color Harmonies of #F2B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5DD

Black with #F2B5DD

Text Example


Text Example

White with #F2B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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