Html Css Color HEX #FAB1D4 Lavender Pink

📋 copy color: '#FAB1D4'

red 250 ◦ green 177 ◦ blue 212

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

Shades of Lavender Pink #FAB1D4

Tints of Lavender Pink #FAB1D4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.7%

 BLUE value IS 212 (83.2% from 255) = 33.18%

R = 39.12%
G = 27.7%
B = 33.18%

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

#FAB1D4 (or 0xFAB1D4) is known color: Lavender Pink. HEX triplet: FA, B1 and D4. RGB value is (250,177,212). Sum of RGB (Red+Green+Blue) = 250+177+212=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D4 is #054E2B. Grayscale: #CACACA. Windows color (decimal): -347692 or 13939194. OLE color: 13939194.

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

Color convert

RGB 250 177 212 -
CMYK 0 0.29 0.15 0.02
HSL 331.23º 0.88% 0.84% -
HSV(B) 331.23º 0.29% 0.98% -
XYZ 67.03 56.52 69.66 -
YUV 202.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 250 177 212 0 0.29 0.15 0.02 331.23 0.88 0.84
Hex FA B1 D4 0 1D F 2 14B 58 54
Octal 372 261 324 0 35 17 2 513 130 124
Binary 11111010 10110001 11010100 0 11101 1111 10 101001011 1011000 1010100

Color Harmonies of #FAB1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1D4

Black with #FAB1D4

Text Example


Text Example

White with #FAB1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1D4; }

 p { color: rgb(250,177,212); }

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

background-color css

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

 a { background-color: rgb(250,177,212); }

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

border-color css

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

 span { border-color: rgb(250,177,212); }

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