Html Css Color HEX #FBACD7 Lavender Pink

📋 copy color: '#FBACD7'

red 251 ◦ green 172 ◦ blue 215

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

Shades of Lavender Pink #FBACD7

Tints of Lavender Pink #FBACD7

RGB

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

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

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

R = 39.34%
G = 26.96%
B = 33.7%

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

#FBACD7 (or 0xFBACD7) is known color: Lavender Pink. HEX triplet: FB, AC and D7. RGB value is (251,172,215). Sum of RGB (Red+Green+Blue) = 251+172+215=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD7 is #045328. Grayscale: #C8C8C8. Windows color (decimal): -283433 or 14134523. OLE color: 14134523.

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

Color convert

RGB 251 172 215 -
CMYK 0 0.31 0.14 0.02
HSL 327.34º 0.91% 0.83% -
HSV(B) 327.34º 0.31% 0.98% -
XYZ 66.8 54.92 71.37 -
YUV 200.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 251 172 215 0 0.31 0.14 0.02 327.34 0.91 0.83
Hex FB AC D7 0 1F E 2 147 5B 53
Octal 373 254 327 0 37 16 2 507 133 123
Binary 11111011 10101100 11010111 0 11111 1110 10 101000111 1011011 1010011

Color Harmonies of #FBACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACD7

Black with #FBACD7

Text Example


Text Example

White with #FBACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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