Html Css Color HEX #FAACDB Lavender Pink

📋 copy color: '#FAACDB'

red 250 ◦ green 172 ◦ blue 219

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

Shades of Lavender Pink #FAACDB

Tints of Lavender Pink #FAACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.83%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 39%
G = 26.83%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAACDB (or 0xFAACDB) is known color: Lavender Pink. HEX triplet: FA, AC and DB. RGB value is (250,172,219). Sum of RGB (Red+Green+Blue) = 250+172+219=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDB is #055324. Grayscale: #C8C8C8. Windows color (decimal): -348965 or 14396666. OLE color: 14396666.

HSL color Cylindrical-coordinate representation of color #FAACDB: hue angle of 323.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACDB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 219 -
CMYK 0 0.31 0.12 0.02
HSL 323.85º 0.89% 0.83% -
HSV(B) 323.85º 0.31% 0.98% -
XYZ 66.96 54.94 74.09 -
YUV 200.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 250 172 219 0 0.31 0.12 0.02 323.85 0.89 0.83
Hex FA AC DB 0 1F C 2 144 59 53
Octal 372 254 333 0 37 14 2 504 131 123
Binary 11111010 10101100 11011011 0 11111 1100 10 101000100 1011001 1010011

Color Harmonies of #FAACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACDB

Black with #FAACDB

Text Example


Text Example

White with #FAACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACDB; }

 p { color: rgb(250,172,219); }

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

background-color css

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

 a { background-color: rgb(250,172,219); }

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

border-color css

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

 span { border-color: rgb(250,172,219); }

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