Html Css Color HEX #FBACD2 Lavender Pink

📋 copy color: '#FBACD2'

red 251 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FBACD2

Tints of Lavender Pink #FBACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 39.65%
G = 27.17%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBACD2 (or 0xFBACD2) is known color: Lavender Pink. HEX triplet: FB, AC and D2. RGB value is (251,172,210). Sum of RGB (Red+Green+Blue) = 251+172+210=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD2 is #04532D. Grayscale: #C7C7C7. Windows color (decimal): -283438 or 13806843. OLE color: 13806843.

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

Color convert

RGB 251 172 210 -
CMYK 0 0.31 0.16 0.02
HSL 331.14º 0.91% 0.83% -
HSV(B) 331.14º 0.31% 0.98% -
XYZ 66.17 54.67 68.04 -
YUV 199.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 251 172 210 0 0.31 0.16 0.02 331.14 0.91 0.83
Hex FB AC D2 0 1F 10 2 14B 5B 53
Octal 373 254 322 0 37 20 2 513 133 123
Binary 11111011 10101100 11010010 0 11111 10000 10 101001011 1011011 1010011

Color Harmonies of #FBACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACD2

Black with #FBACD2

Text Example


Text Example

White with #FBACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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