Html Css Color HEX #F8B3DB Lavender Pink

📋 copy color: '#F8B3DB'

red 248 ◦ green 179 ◦ blue 219

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

Shades of Lavender Pink #F8B3DB

Tints of Lavender Pink #F8B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.71%

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

R = 38.39%
G = 27.71%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8B3DB (or 0xF8B3DB) is known color: Lavender Pink. HEX triplet: F8, B3 and DB. RGB value is (248,179,219). Sum of RGB (Red+Green+Blue) = 248+179+219=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3DB is #074C24. Grayscale: #CCCCCC. Windows color (decimal): -478245 or 14398456. OLE color: 14398456.

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

Color convert

RGB 248 179 219 -
CMYK 0 0.28 0.12 0.03
HSL 325.22º 0.83% 0.84% -
HSV(B) 325.22º 0.28% 0.97% -
XYZ 67.62 57.31 74.52 -
YUV 204.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 248 179 219 0 0.28 0.12 0.03 325.22 0.83 0.84
Hex F8 B3 DB 0 1C C 3 145 53 54
Octal 370 263 333 0 34 14 3 505 123 124
Binary 11111000 10110011 11011011 0 11100 1100 11 101000101 1010011 1010100

Color Harmonies of #F8B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B3DB

Black with #F8B3DB

Text Example


Text Example

White with #F8B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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