Html Css Color HEX #FAABDD Lavender Rose

📋 copy color: '#FAABDD'

red 250 ◦ green 171 ◦ blue 221

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

Shades of Lavender Rose #FAABDD

Tints of Lavender Rose #FAABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.42%

R = 38.94%
G = 26.64%
B = 34.42%

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

#FAABDD (or 0xFAABDD) is known color: Lavender Rose. HEX triplet: FA, AB and DD. RGB value is (250,171,221). Sum of RGB (Red+Green+Blue) = 250+171+221=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDD is #055422. Grayscale: #C8C8C8. Windows color (decimal): -349219 or 14527482. OLE color: 14527482.

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

Color convert

RGB 250 171 221 -
CMYK 0 0.32 0.12 0.02
HSL 322.03º 0.89% 0.83% -
HSV(B) 322.03º 0.32% 0.98% -
XYZ 67.04 54.67 75.43 -
YUV 200.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 250 171 221 0 0.32 0.12 0.02 322.03 0.89 0.83
Hex FA AB DD 0 20 C 2 142 59 53
Octal 372 253 335 0 40 14 2 502 131 123
Binary 11111010 10101011 11011101 0 100000 1100 10 101000010 1011001 1010011

Color Harmonies of #FAABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABDD

Black with #FAABDD

Text Example


Text Example

White with #FAABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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