Html Css Color HEX #F8B0DC Lavender Pink

📋 copy color: '#F8B0DC'

red 248 ◦ green 176 ◦ blue 220

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

Shades of Lavender Pink #F8B0DC

Tints of Lavender Pink #F8B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 38.51%
G = 27.33%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8B0DC (or 0xF8B0DC) is known color: Lavender Pink. HEX triplet: F8, B0 and DC. RGB value is (248,176,220). Sum of RGB (Red+Green+Blue) = 248+176+220=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0DC is #074F23. Grayscale: #CACACA. Windows color (decimal): -479012 or 14463224. OLE color: 14463224.

HSL color Cylindrical-coordinate representation of color #F8B0DC: hue angle of 323.33º 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 #F8B0DC is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 220 -
CMYK 0 0.29 0.11 0.03
HSL 323.33º 0.84% 0.83% -
HSV(B) 323.33º 0.29% 0.97% -
XYZ 67.16 56.17 75.01 -
YUV 202.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 248 176 220 0 0.29 0.11 0.03 323.33 0.84 0.83
Hex F8 B0 DC 0 1D B 3 143 54 53
Octal 370 260 334 0 35 13 3 503 124 123
Binary 11111000 10110000 11011100 0 11101 1011 11 101000011 1010100 1010011

Color Harmonies of #F8B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0DC

Black with #F8B0DC

Text Example


Text Example

White with #F8B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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