Html Css Color HEX #FAACD3 Lavender Pink

📋 copy color: '#FAACD3'

red 250 ◦ green 172 ◦ blue 211

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

Shades of Lavender Pink #FAACD3

Tints of Lavender Pink #FAACD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 39.49%
G = 27.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAACD3 (or 0xFAACD3) is known color: Lavender Pink. HEX triplet: FA, AC and D3. RGB value is (250,172,211). Sum of RGB (Red+Green+Blue) = 250+172+211=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD3 is #05532C. Grayscale: #C7C7C7. Windows color (decimal): -348973 or 13872378. OLE color: 13872378.

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

Color convert

RGB 250 172 211 -
CMYK 0 0.31 0.16 0.02
HSL 330º 0.89% 0.83% -
HSV(B) 330º 0.31% 0.98% -
XYZ 65.93 54.53 68.68 -
YUV 199.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 250 172 211 0 0.31 0.16 0.02 330 0.89 0.83
Hex FA AC D3 0 1F 10 2 14A 59 53
Octal 372 254 323 0 37 20 2 512 131 123
Binary 11111010 10101100 11010011 0 11111 10000 10 101001010 1011001 1010011

Color Harmonies of #FAACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACD3

Black with #FAACD3

Text Example


Text Example

White with #FAACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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