Html Css Color HEX #FBA7D1 Lavender Pink

📋 copy color: '#FBA7D1'

red 251 ◦ green 167 ◦ blue 209

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

Shades of Lavender Pink #FBA7D1

Tints of Lavender Pink #FBA7D1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.63%

 BLUE value IS 209 (82.03% from 255) = 33.33%

R = 40.03%
G = 26.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBA7D1 (or 0xFBA7D1) is known color: Lavender Pink. HEX triplet: FB, A7 and D1. RGB value is (251,167,209). Sum of RGB (Red+Green+Blue) = 251+167+209=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7D1 is #04582E. Grayscale: #C4C4C4. Windows color (decimal): -284719 or 13740027. OLE color: 13740027.

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

Color convert

RGB 251 167 209 -
CMYK 0 0.33 0.17 0.02
HSL 330º 0.91% 0.82% -
HSV(B) 330º 0.33% 0.98% -
XYZ 65.11 52.75 67.07 -
YUV 196.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 251 167 209 0 0.33 0.17 0.02 330 0.91 0.82
Hex FB A7 D1 0 21 11 2 14A 5B 52
Octal 373 247 321 0 41 21 2 512 133 122
Binary 11111011 10100111 11010001 0 100001 10001 10 101001010 1011011 1010010

Color Harmonies of #FBA7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7D1

Black with #FBA7D1

Text Example


Text Example

White with #FBA7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7D1; }

 p { color: rgb(251,167,209); }

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

background-color css

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

 a { background-color: rgb(251,167,209); }

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

border-color css

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

 span { border-color: rgb(251,167,209); }

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