Html Css Color HEX #FBADD5 Lavender Pink

📋 copy color: '#FBADD5'

red 251 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #FBADD5

Tints of Lavender Pink #FBADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.44%

R = 39.4%
G = 27.16%
B = 33.44%

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

#FBADD5 (or 0xFBADD5) is known color: Lavender Pink. HEX triplet: FB, AD and D5. RGB value is (251,173,213). Sum of RGB (Red+Green+Blue) = 251+173+213=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADD5 is #04522A. Grayscale: #C8C8C8. Windows color (decimal): -283179 or 14003707. OLE color: 14003707.

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

Color convert

RGB 251 173 213 -
CMYK 0 0.31 0.15 0.02
HSL 329.23º 0.91% 0.83% -
HSV(B) 329.23º 0.31% 0.98% -
XYZ 66.74 55.2 70.09 -
YUV 200.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 251 173 213 0 0.31 0.15 0.02 329.23 0.91 0.83
Hex FB AD D5 0 1F F 2 149 5B 53
Octal 373 255 325 0 37 17 2 511 133 123
Binary 11111011 10101101 11010101 0 11111 1111 10 101001001 1011011 1010011

Color Harmonies of #FBADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADD5

Black with #FBADD5

Text Example


Text Example

White with #FBADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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