Html Css Color HEX #FAB2D6 Lavender Pink

📋 copy color: '#FAB2D6'

red 250 ◦ green 178 ◦ blue 214

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

Shades of Lavender Pink #FAB2D6

Tints of Lavender Pink #FAB2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 38.94%
G = 27.73%
B = 33.33%

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

#FAB2D6 (or 0xFAB2D6) is known color: Lavender Pink. HEX triplet: FA, B2 and D6. RGB value is (250,178,214). Sum of RGB (Red+Green+Blue) = 250+178+214=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D6 is #054D29. Grayscale: #CBCBCB. Windows color (decimal): -347434 or 14070522. OLE color: 14070522.

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

Color convert

RGB 250 178 214 -
CMYK 0 0.29 0.14 0.02
HSL 330º 0.88% 0.84% -
HSV(B) 330º 0.29% 0.98% -
XYZ 67.48 57.02 71.07 -
YUV 203.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 250 178 214 0 0.29 0.14 0.02 330 0.88 0.84
Hex FA B2 D6 0 1D E 2 14A 58 54
Octal 372 262 326 0 35 16 2 512 130 124
Binary 11111010 10110010 11010110 0 11101 1110 10 101001010 1011000 1010100

Color Harmonies of #FAB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D6

Black with #FAB2D6

Text Example


Text Example

White with #FAB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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