Html Css Color HEX #FAB2D5 Lavender Pink

📋 copy color: '#FAB2D5'

red 250 ◦ green 178 ◦ blue 213

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

Shades of Lavender Pink #FAB2D5

Tints of Lavender Pink #FAB2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.23%

R = 39%
G = 27.77%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAB2D5 (or 0xFAB2D5) is known color: Lavender Pink. HEX triplet: FA, B2 and D5. RGB value is (250,178,213). Sum of RGB (Red+Green+Blue) = 250+178+213=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D5 is #054D2A. Grayscale: #CBCBCB. Windows color (decimal): -347435 or 14004986. OLE color: 14004986.

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

Color convert

RGB 250 178 213 -
CMYK 0 0.29 0.15 0.02
HSL 330.83º 0.88% 0.84% -
HSV(B) 330.83º 0.29% 0.98% -
XYZ 67.35 56.97 70.4 -
YUV 203.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 250 178 213 0 0.29 0.15 0.02 330.83 0.88 0.84
Hex FA B2 D5 0 1D F 2 14B 58 54
Octal 372 262 325 0 35 17 2 513 130 124
Binary 11111010 10110010 11010101 0 11101 1111 10 101001011 1011000 1010100

Color Harmonies of #FAB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D5

Black with #FAB2D5

Text Example


Text Example

White with #FAB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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