Html Css Color HEX #F3B1D8 Lavender Pink

📋 copy color: '#F3B1D8'

red 243 ◦ green 177 ◦ blue 216

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

Shades of Lavender Pink #F3B1D8

Tints of Lavender Pink #F3B1D8

RGB

 RED value IS 243 (95.31% from 255) = 38.21%

 GREEN value IS 177 (69.53% from 255) = 27.83%

 BLUE value IS 216 (84.77% from 255) = 33.96%

R = 38.21%
G = 27.83%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F3B1D8 (or 0xF3B1D8) is known color: Lavender Pink. HEX triplet: F3, B1 and D8. RGB value is (243,177,216). Sum of RGB (Red+Green+Blue) = 243+177+216=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1D8 is #0C4E27. Grayscale: #C9C9C9. Windows color (decimal): -806440 or 14201331. OLE color: 14201331.

HSL color Cylindrical-coordinate representation of color #F3B1D8: hue angle of 324.55º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B1D8 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 177 216 -
CMYK 0 0.27 0.11 0.05
HSL 324.55º 0.73% 0.82% -
HSV(B) 324.55º 0.27% 0.95% -
XYZ 65.08 55.46 72.24 -
YUV 201.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 243 177 216 0 0.27 0.11 0.05 324.55 0.73 0.82
Hex F3 B1 D8 0 1B B 5 145 49 52
Octal 363 261 330 0 33 13 5 505 111 122
Binary 11110011 10110001 11011000 0 11011 1011 101 101000101 1001001 1010010

Color Harmonies of #F3B1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B1D8

Black with #F3B1D8

Text Example


Text Example

White with #F3B1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B1D8; }

 p { color: rgb(243,177,216); }

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

background-color css

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

 a { background-color: rgb(243,177,216); }

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

border-color css

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

 span { border-color: rgb(243,177,216); }

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