Html Css Color HEX #FBADD7 Lavender Pink

📋 copy color: '#FBADD7'

red 251 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #FBADD7

Tints of Lavender Pink #FBADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.65%

R = 39.28%
G = 27.07%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBADD7 (or 0xFBADD7) is known color: Lavender Pink. HEX triplet: FB, AD and D7. RGB value is (251,173,215). Sum of RGB (Red+Green+Blue) = 251+173+215=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD7 is #045228. Grayscale: #C9C9C9. Windows color (decimal): -283177 or 14134779. OLE color: 14134779.

HSL color Cylindrical-coordinate representation of color #FBADD7: hue angle of 327.69º 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 #FBADD7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 215 -
CMYK 0 0.31 0.14 0.02
HSL 327.69º 0.91% 0.83% -
HSV(B) 327.69º 0.31% 0.98% -
XYZ 66.99 55.3 71.43 -
YUV 201.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 251 173 215 0 0.31 0.14 0.02 327.69 0.91 0.83
Hex FB AD D7 0 1F E 2 148 5B 53
Octal 373 255 327 0 37 16 2 510 133 123
Binary 11111011 10101101 11010111 0 11111 1110 10 101001000 1011011 1010011

Color Harmonies of #FBADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADD7

Black with #FBADD7

Text Example


Text Example

White with #FBADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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