Html Css Color HEX #FBADDA Lavender Pink

📋 copy color: '#FBADDA'

red 251 ◦ green 173 ◦ blue 218

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

Shades of Lavender Pink #FBADDA

Tints of Lavender Pink #FBADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.96%

R = 39.1%
G = 26.95%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBADDA (or 0xFBADDA) is known color: Lavender Pink. HEX triplet: FB, AD and DA. RGB value is (251,173,218). Sum of RGB (Red+Green+Blue) = 251+173+218=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADDA is #045225. Grayscale: #C9C9C9. Windows color (decimal): -283174 or 14331387. OLE color: 14331387.

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

Color convert

RGB 251 173 218 -
CMYK 0 0.31 0.13 0.02
HSL 325.38º 0.91% 0.83% -
HSV(B) 325.38º 0.31% 0.98% -
XYZ 67.38 55.46 73.48 -
YUV 201.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 251 173 218 0 0.31 0.13 0.02 325.38 0.91 0.83
Hex FB AD DA 0 1F D 2 145 5B 53
Octal 373 255 332 0 37 15 2 505 133 123
Binary 11111011 10101101 11011010 0 11111 1101 10 101000101 1011011 1010011

Color Harmonies of #FBADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADDA

Black with #FBADDA

Text Example


Text Example

White with #FBADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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