Html Css Color HEX #FAB2D2 Lavender Pink

📋 copy color: '#FAB2D2'

red 250 ◦ green 178 ◦ blue 210

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

Shades of Lavender Pink #FAB2D2

Tints of Lavender Pink #FAB2D2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.9%

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

R = 39.18%
G = 27.9%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAB2D2 (or 0xFAB2D2) is known color: Lavender Pink. HEX triplet: FA, B2 and D2. RGB value is (250,178,210). Sum of RGB (Red+Green+Blue) = 250+178+210=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D2 is #054D2D. Grayscale: #CBCBCB. Windows color (decimal): -347438 or 13808378. OLE color: 13808378.

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

Color convert

RGB 250 178 210 -
CMYK 0 0.29 0.16 0.02
HSL 333.33º 0.88% 0.84% -
HSV(B) 333.33º 0.29% 0.98% -
XYZ 66.98 56.82 68.41 -
YUV 203.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 250 178 210 0 0.29 0.16 0.02 333.33 0.88 0.84
Hex FA B2 D2 0 1D 10 2 14D 58 54
Octal 372 262 322 0 35 20 2 515 130 124
Binary 11111010 10110010 11010010 0 11101 10000 10 101001101 1011000 1010100

Color Harmonies of #FAB2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D2

Black with #FAB2D2

Text Example


Text Example

White with #FAB2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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