Html Css Color HEX #FAB2D4 Lavender Pink

📋 copy color: '#FAB2D4'

red 250 ◦ green 178 ◦ blue 212

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

Shades of Lavender Pink #FAB2D4

Tints of Lavender Pink #FAB2D4

RGB

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

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

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

R = 39.06%
G = 27.81%
B = 33.13%

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

#FAB2D4 (or 0xFAB2D4) is known color: Lavender Pink. HEX triplet: FA, B2 and D4. RGB value is (250,178,212). Sum of RGB (Red+Green+Blue) = 250+178+212=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D4 is #054D2B. Grayscale: #CBCBCB. Windows color (decimal): -347436 or 13939450. OLE color: 13939450.

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

Color convert

RGB 250 178 212 -
CMYK 0 0.29 0.15 0.02
HSL 331.67º 0.88% 0.84% -
HSV(B) 331.67º 0.29% 0.98% -
XYZ 67.23 56.92 69.73 -
YUV 203.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 250 178 212 0 0.29 0.15 0.02 331.67 0.88 0.84
Hex FA B2 D4 0 1D F 2 14C 58 54
Octal 372 262 324 0 35 17 2 514 130 124
Binary 11111010 10110010 11010100 0 11101 1111 10 101001100 1011000 1010100

Color Harmonies of #FAB2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D4

Black with #FAB2D4

Text Example


Text Example

White with #FAB2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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