Html Css Color HEX #FAB2D7 Lavender Pink

📋 copy color: '#FAB2D7'

red 250 ◦ green 178 ◦ blue 215

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

Shades of Lavender Pink #FAB2D7

Tints of Lavender Pink #FAB2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.44%

R = 38.88%
G = 27.68%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAB2D7 (or 0xFAB2D7) is known color: Lavender Pink. HEX triplet: FA, B2 and D7. RGB value is (250,178,215). Sum of RGB (Red+Green+Blue) = 250+178+215=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D7 is #054D28. Grayscale: #CBCBCB. Windows color (decimal): -347433 or 14136058. OLE color: 14136058.

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

Color convert

RGB 250 178 215 -
CMYK 0 0.29 0.14 0.02
HSL 329.17º 0.88% 0.84% -
HSV(B) 329.17º 0.29% 0.98% -
XYZ 67.61 57.07 71.74 -
YUV 203.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 250 178 215 0 0.29 0.14 0.02 329.17 0.88 0.84
Hex FA B2 D7 0 1D E 2 149 58 54
Octal 372 262 327 0 35 16 2 511 130 124
Binary 11111010 10110010 11010111 0 11101 1110 10 101001001 1011000 1010100

Color Harmonies of #FAB2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D7

Black with #FAB2D7

Text Example


Text Example

White with #FAB2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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