Html Css Color HEX #FBAACF Lavender Pink

📋 copy color: '#FBAACF'

red 251 ◦ green 170 ◦ blue 207

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

Shades of Lavender Pink #FBAACF

Tints of Lavender Pink #FBAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.07%

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 39.97%
G = 27.07%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBAACF (or 0xFBAACF) is known color: Lavender Pink. HEX triplet: FB, AA and CF. RGB value is (251,170,207). Sum of RGB (Red+Green+Blue) = 251+170+207=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACF is #045530. Grayscale: #C6C6C6. Windows color (decimal): -283953 or 13609723. OLE color: 13609723.

HSL color Cylindrical-coordinate representation of color #FBAACF: hue angle of 332.59º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAACF is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 170 207 -
CMYK 0 0.32 0.18 0.02
HSL 332.59º 0.91% 0.83% -
HSV(B) 332.59º 0.32% 0.98% -
XYZ 65.42 53.76 65.96 -
YUV 198.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 251 170 207 0 0.32 0.18 0.02 332.59 0.91 0.83
Hex FB AA CF 0 20 12 2 14D 5B 53
Octal 373 252 317 0 40 22 2 515 133 123
Binary 11111011 10101010 11001111 0 100000 10010 10 101001101 1011011 1010011

Color Harmonies of #FBAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAACF

Black with #FBAACF

Text Example


Text Example

White with #FBAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAACF; }

 p { color: rgb(251,170,207); }

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

background-color css

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

 a { background-color: rgb(251,170,207); }

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

border-color css

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

 span { border-color: rgb(251,170,207); }

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