Html Css Color HEX #FB9ED1 Lavender Pink

📋 copy color: '#FB9ED1'

red 251 ◦ green 158 ◦ blue 209

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

Shades of Lavender Pink #FB9ED1

Tints of Lavender Pink #FB9ED1

RGB

 RED value IS 251 (98.44% from 255) = 40.61%

 GREEN value IS 158 (62.11% from 255) = 25.57%

 BLUE value IS 209 (82.03% from 255) = 33.82%

R = 40.61%
G = 25.57%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB9ED1 (or 0xFB9ED1) is known color: Lavender Pink. HEX triplet: FB, 9E and D1. RGB value is (251,158,209). Sum of RGB (Red+Green+Blue) = 251+158+209=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ED1 is #04612E. Grayscale: #BFBFBF. Windows color (decimal): -287023 or 13737723. OLE color: 13737723.

HSL color Cylindrical-coordinate representation of color #FB9ED1: hue angle of 327.1º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9ED1 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 158 209 -
CMYK 0 0.37 0.17 0.02
HSL 327.1º 0.92% 0.8% -
HSV(B) 327.1º 0.37% 0.98% -
XYZ 63.52 49.57 66.54 -
YUV 191.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 251 158 209 0 0.37 0.17 0.02 327.1 0.92 0.8
Hex FB 9E D1 0 25 11 2 147 5C 50
Octal 373 236 321 0 45 21 2 507 134 120
Binary 11111011 10011110 11010001 0 100101 10001 10 101000111 1011100 1010000

Color Harmonies of #FB9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9ED1

Black with #FB9ED1

Text Example


Text Example

White with #FB9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9ED1; }

 p { color: rgb(251,158,209); }

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

background-color css

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

 a { background-color: rgb(251,158,209); }

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

border-color css

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

 span { border-color: rgb(251,158,209); }

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