Html Css Color HEX #FBACD0 Lavender Pink

📋 copy color: '#FBACD0'

red 251 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #FBACD0

Tints of Lavender Pink #FBACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 39.78%
G = 27.26%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBACD0 (or 0xFBACD0) is known color: Lavender Pink. HEX triplet: FB, AC and D0. RGB value is (251,172,208). Sum of RGB (Red+Green+Blue) = 251+172+208=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACD0 is #04532F. Grayscale: #C7C7C7. Windows color (decimal): -283440 or 13675771. OLE color: 13675771.

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

Color convert

RGB 251 172 208 -
CMYK 0 0.31 0.17 0.02
HSL 332.66º 0.91% 0.83% -
HSV(B) 332.66º 0.31% 0.98% -
XYZ 65.92 54.57 66.73 -
YUV 199.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 251 172 208 0 0.31 0.17 0.02 332.66 0.91 0.83
Hex FB AC D0 0 1F 11 2 14D 5B 53
Octal 373 254 320 0 37 21 2 515 133 123
Binary 11111011 10101100 11010000 0 11111 10001 10 101001101 1011011 1010011

Color Harmonies of #FBACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACD0

Black with #FBACD0

Text Example


Text Example

White with #FBACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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