Html Css Color HEX #FAB2D0 Lavender Pink

📋 copy color: '#FAB2D0'

red 250 ◦ green 178 ◦ blue 208

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

Shades of Lavender Pink #FAB2D0

Tints of Lavender Pink #FAB2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.7%

R = 39.31%
G = 27.99%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB2D0 (or 0xFAB2D0) is known color: Lavender Pink. HEX triplet: FA, B2 and D0. RGB value is (250,178,208). Sum of RGB (Red+Green+Blue) = 250+178+208=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2D0 is #054D2F. Grayscale: #CACACA. Windows color (decimal): -347440 or 13677306. OLE color: 13677306.

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

Color convert

RGB 250 178 208 -
CMYK 0 0.29 0.17 0.02
HSL 335º 0.88% 0.84% -
HSV(B) 335º 0.29% 0.98% -
XYZ 66.73 56.72 67.11 -
YUV 202.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 250 178 208 0 0.29 0.17 0.02 335 0.88 0.84
Hex FA B2 D0 0 1D 11 2 14F 58 54
Octal 372 262 320 0 35 21 2 517 130 124
Binary 11111010 10110010 11010000 0 11101 10001 10 101001111 1011000 1010100

Color Harmonies of #FAB2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2D0

Black with #FAB2D0

Text Example


Text Example

White with #FAB2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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