Html Css Color HEX #FAABDC Lavender Rose

📋 copy color: '#FAABDC'

red 250 ◦ green 171 ◦ blue 220

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

Shades of Lavender Rose #FAABDC

Tints of Lavender Rose #FAABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.68%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 39%
G = 26.68%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAABDC (or 0xFAABDC) is known color: Lavender Rose. HEX triplet: FA, AB and DC. RGB value is (250,171,220). Sum of RGB (Red+Green+Blue) = 250+171+220=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDC is #055423. Grayscale: #C8C8C8. Windows color (decimal): -349220 or 14461946. OLE color: 14461946.

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

Color convert

RGB 250 171 220 -
CMYK 0 0.32 0.12 0.02
HSL 322.78º 0.89% 0.83% -
HSV(B) 322.78º 0.32% 0.98% -
XYZ 66.91 54.62 74.73 -
YUV 200.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 250 171 220 0 0.32 0.12 0.02 322.78 0.89 0.83
Hex FA AB DC 0 20 C 2 143 59 53
Octal 372 253 334 0 40 14 2 503 131 123
Binary 11111010 10101011 11011100 0 100000 1100 10 101000011 1011001 1010011

Color Harmonies of #FAABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABDC

Black with #FAABDC

Text Example


Text Example

White with #FAABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABDC; }

 p { color: rgb(250,171,220); }

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

background-color css

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

 a { background-color: rgb(250,171,220); }

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

border-color css

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

 span { border-color: rgb(250,171,220); }

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