Html Css Color HEX #FAB3DF Lavender Pink

📋 copy color: '#FAB3DF'

red 250 ◦ green 179 ◦ blue 223

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

Shades of Lavender Pink #FAB3DF

Tints of Lavender Pink #FAB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.45%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 38.34%
G = 27.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAB3DF (or 0xFAB3DF) is known color: Lavender Pink. HEX triplet: FA, B3 and DF. RGB value is (250,179,223). Sum of RGB (Red+Green+Blue) = 250+179+223=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3DF is #054C20. Grayscale: #CDCDCD. Windows color (decimal): -347169 or 14660602. OLE color: 14660602.

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

Color convert

RGB 250 179 223 -
CMYK 0 0.28 0.11 0.02
HSL 322.82º 0.88% 0.84% -
HSV(B) 322.82º 0.28% 0.98% -
XYZ 68.86 57.89 77.36 -
YUV 205.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 250 179 223 0 0.28 0.11 0.02 322.82 0.88 0.84
Hex FA B3 DF 0 1C B 2 143 58 54
Octal 372 263 337 0 34 13 2 503 130 124
Binary 11111010 10110011 11011111 0 11100 1011 10 101000011 1011000 1010100

Color Harmonies of #FAB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3DF

Black with #FAB3DF

Text Example


Text Example

White with #FAB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3DF; }

 p { color: rgb(250,179,223); }

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

background-color css

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

 a { background-color: rgb(250,179,223); }

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

border-color css

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

 span { border-color: rgb(250,179,223); }

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