Html Css Color HEX #F2B8DB Lavender Pink

📋 copy color: '#F2B8DB'

red 242 ◦ green 184 ◦ blue 219

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

Shades of Lavender Pink #F2B8DB

Tints of Lavender Pink #F2B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.53%

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 37.52%
G = 28.53%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2B8DB (or 0xF2B8DB) is known color: Lavender Pink. HEX triplet: F2, B8 and DB. RGB value is (242,184,219). Sum of RGB (Red+Green+Blue) = 242+184+219=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8DB is #0D4724. Grayscale: #CDCDCD. Windows color (decimal): -870181 or 14399730. OLE color: 14399730.

HSL color Cylindrical-coordinate representation of color #F2B8DB: hue angle of 323.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B8DB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 219 -
CMYK 0 0.24 0.10 0.05
HSL 323.79º 0.69% 0.84% -
HSV(B) 323.79º 0.24% 0.95% -
XYZ 66.54 58.27 74.76 -
YUV 205.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 242 184 219 0 0.24 0.10 0.05 323.79 0.69 0.84
Hex F2 B8 DB 0 18 A 5 144 45 54
Octal 362 270 333 0 30 12 5 504 105 124
Binary 11110010 10111000 11011011 0 11000 1010 101 101000100 1000101 1010100

Color Harmonies of #F2B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B8DB

Black with #F2B8DB

Text Example


Text Example

White with #F2B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B8DB; }

 p { color: rgb(242,184,219); }

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

background-color css

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

 a { background-color: rgb(242,184,219); }

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

border-color css

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

 span { border-color: rgb(242,184,219); }

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