Html Css Color HEX #FBADD6 Lavender Pink

📋 copy color: '#FBADD6'

red 251 ◦ green 173 ◦ blue 214

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

Shades of Lavender Pink #FBADD6

Tints of Lavender Pink #FBADD6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.12%

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 39.34%
G = 27.12%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBADD6 (or 0xFBADD6) is known color: Lavender Pink. HEX triplet: FB, AD and D6. RGB value is (251,173,214). Sum of RGB (Red+Green+Blue) = 251+173+214=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD6 is #045229. Grayscale: #C8C8C8. Windows color (decimal): -283178 or 14069243. OLE color: 14069243.

HSL color Cylindrical-coordinate representation of color #FBADD6: hue angle of 328.46º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADD6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 214 -
CMYK 0 0.31 0.15 0.02
HSL 328.46º 0.91% 0.83% -
HSV(B) 328.46º 0.31% 0.98% -
XYZ 66.86 55.25 70.76 -
YUV 201 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 251 173 214 0 0.31 0.15 0.02 328.46 0.91 0.83
Hex FB AD D6 0 1F F 2 148 5B 53
Octal 373 255 326 0 37 17 2 510 133 123
Binary 11111011 10101101 11010110 0 11111 1111 10 101001000 1011011 1010011

Color Harmonies of #FBADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADD6

Black with #FBADD6

Text Example


Text Example

White with #FBADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADD6; }

 p { color: rgb(251,173,214); }

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

background-color css

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

 a { background-color: rgb(251,173,214); }

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

border-color css

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

 span { border-color: rgb(251,173,214); }

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