Html Css Color HEX #FBACD8 Lavender Pink

📋 copy color: '#FBACD8'

red 251 ◦ green 172 ◦ blue 216

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

Shades of Lavender Pink #FBACD8

Tints of Lavender Pink #FBACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.92%

 BLUE value IS 216 (84.77% from 255) = 33.8%

R = 39.28%
G = 26.92%
B = 33.8%

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

#FBACD8 (or 0xFBACD8) is known color: Lavender Pink. HEX triplet: FB, AC and D8. RGB value is (251,172,216). Sum of RGB (Red+Green+Blue) = 251+172+216=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD8 is #045327. Grayscale: #C8C8C8. Windows color (decimal): -283432 or 14200059. OLE color: 14200059.

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

Color convert

RGB 251 172 216 -
CMYK 0 0.31 0.14 0.02
HSL 326.58º 0.91% 0.83% -
HSV(B) 326.58º 0.31% 0.98% -
XYZ 66.93 54.97 72.05 -
YUV 200.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 251 172 216 0 0.31 0.14 0.02 326.58 0.91 0.83
Hex FB AC D8 0 1F E 2 147 5B 53
Octal 373 254 330 0 37 16 2 507 133 123
Binary 11111011 10101100 11011000 0 11111 1110 10 101000111 1011011 1010011

Color Harmonies of #FBACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACD8

Black with #FBACD8

Text Example


Text Example

White with #FBACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACD8; }

 p { color: rgb(251,172,216); }

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

background-color css

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

 a { background-color: rgb(251,172,216); }

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

border-color css

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

 span { border-color: rgb(251,172,216); }

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