Html Css Color HEX #F8B0DB Lavender Pink

📋 copy color: '#F8B0DB'

red 248 ◦ green 176 ◦ blue 219

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

Shades of Lavender Pink #F8B0DB

Tints of Lavender Pink #F8B0DB

RGB

 RED value IS 248 (97.27% from 255) = 38.57%

 GREEN value IS 176 (69.14% from 255) = 27.37%

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

R = 38.57%
G = 27.37%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8B0DB (or 0xF8B0DB) is known color: Lavender Pink. HEX triplet: F8, B0 and DB. RGB value is (248,176,219). Sum of RGB (Red+Green+Blue) = 248+176+219=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0DB is #074F24. Grayscale: #CACACA. Windows color (decimal): -479013 or 14397688. OLE color: 14397688.

HSL color Cylindrical-coordinate representation of color #F8B0DB: hue angle of 324.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0DB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 219 -
CMYK 0 0.29 0.12 0.03
HSL 324.17º 0.84% 0.83% -
HSV(B) 324.17º 0.29% 0.97% -
XYZ 67.02 56.12 74.32 -
YUV 202.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 248 176 219 0 0.29 0.12 0.03 324.17 0.84 0.83
Hex F8 B0 DB 0 1D C 3 144 54 53
Octal 370 260 333 0 35 14 3 504 124 123
Binary 11111000 10110000 11011011 0 11101 1100 11 101000100 1010100 1010011

Color Harmonies of #F8B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0DB

Black with #F8B0DB

Text Example


Text Example

White with #F8B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0DB; }

 p { color: rgb(248,176,219); }

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

background-color css

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

 a { background-color: rgb(248,176,219); }

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

border-color css

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

 span { border-color: rgb(248,176,219); }

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