Html Css Color HEX #FAB3D4 Lavender Pink

📋 copy color: '#FAB3D4'

red 250 ◦ green 179 ◦ blue 212

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

Shades of Lavender Pink #FAB3D4

Tints of Lavender Pink #FAB3D4

RGB

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

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

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

R = 39%
G = 27.93%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAB3D4 (or 0xFAB3D4) is known color: Lavender Pink. HEX triplet: FA, B3 and D4. RGB value is (250,179,212). Sum of RGB (Red+Green+Blue) = 250+179+212=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3D4 is #054C2B. Grayscale: #CBCBCB. Windows color (decimal): -347180 or 13939706. OLE color: 13939706.

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

Color convert

RGB 250 179 212 -
CMYK 0 0.28 0.15 0.02
HSL 332.11º 0.88% 0.84% -
HSV(B) 332.11º 0.28% 0.98% -
XYZ 67.43 57.32 69.8 -
YUV 203.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 250 179 212 0 0.28 0.15 0.02 332.11 0.88 0.84
Hex FA B3 D4 0 1C F 2 14C 58 54
Octal 372 263 324 0 34 17 2 514 130 124
Binary 11111010 10110011 11010100 0 11100 1111 10 101001100 1011000 1010100

Color Harmonies of #FAB3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3D4

Black with #FAB3D4

Text Example


Text Example

White with #FAB3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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