Html Css Color HEX #F2B5DE Lavender Pink

📋 copy color: '#F2B5DE'

red 242 ◦ green 181 ◦ blue 222

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

Shades of Lavender Pink #F2B5DE

Tints of Lavender Pink #F2B5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.42%

R = 37.52%
G = 28.06%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2B5DE (or 0xF2B5DE) is known color: Lavender Pink. HEX triplet: F2, B5 and DE. RGB value is (242,181,222). Sum of RGB (Red+Green+Blue) = 242+181+222=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DE is #0D4A21. Grayscale: #CBCBCB. Windows color (decimal): -870946 or 14595570. OLE color: 14595570.

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

Color convert

RGB 242 181 222 -
CMYK 0 0.25 0.08 0.05
HSL 319.67º 0.7% 0.83% -
HSV(B) 319.67º 0.25% 0.95% -
XYZ 66.33 57.2 76.65 -
YUV 203.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 242 181 222 0 0.25 0.08 0.05 319.67 0.7 0.83
Hex F2 B5 DE 0 19 8 5 140 46 53
Octal 362 265 336 0 31 10 5 500 106 123
Binary 11110010 10110101 11011110 0 11001 1000 101 101000000 1000110 1010011

Color Harmonies of #F2B5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5DE

Black with #F2B5DE

Text Example


Text Example

White with #F2B5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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