Html Css Color HEX #FAB0D2 Lavender Pink

📋 copy color: '#FAB0D2'

red 250 ◦ green 176 ◦ blue 210

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

Shades of Lavender Pink #FAB0D2

Tints of Lavender Pink #FAB0D2

RGB

 RED value IS 250 (98.05% from 255) = 39.31%

 GREEN value IS 176 (69.14% from 255) = 27.67%

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

R = 39.31%
G = 27.67%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB0D2 (or 0xFAB0D2) is known color: Lavender Pink. HEX triplet: FA, B0 and D2. RGB value is (250,176,210). Sum of RGB (Red+Green+Blue) = 250+176+210=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0D2 is #054F2D. Grayscale: #C9C9C9. Windows color (decimal): -347950 or 13807866. OLE color: 13807866.

HSL color Cylindrical-coordinate representation of color #FAB0D2: hue angle of 332.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0D2 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 210 -
CMYK 0 0.30 0.16 0.02
HSL 332.43º 0.88% 0.84% -
HSV(B) 332.43º 0.3% 0.98% -
XYZ 66.58 56.03 68.28 -
YUV 202 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 250 176 210 0 0.30 0.16 0.02 332.43 0.88 0.84
Hex FA B0 D2 0 1E 10 2 14C 58 54
Octal 372 260 322 0 36 20 2 514 130 124
Binary 11111010 10110000 11010010 0 11110 10000 10 101001100 1011000 1010100

Color Harmonies of #FAB0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0D2

Black with #FAB0D2

Text Example


Text Example

White with #FAB0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0D2; }

 p { color: rgb(250,176,210); }

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

background-color css

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

 a { background-color: rgb(250,176,210); }

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

border-color css

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

 span { border-color: rgb(250,176,210); }

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