Html Css Color HEX #FAACDE Lavender Rose

📋 copy color: '#FAACDE'

red 250 ◦ green 172 ◦ blue 222

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

Shades of Lavender Rose #FAACDE

Tints of Lavender Rose #FAACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.47%

R = 38.82%
G = 26.71%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAACDE (or 0xFAACDE) is known color: Lavender Rose. HEX triplet: FA, AC and DE. RGB value is (250,172,222). Sum of RGB (Red+Green+Blue) = 250+172+222=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDE is #055321. Grayscale: #C8C8C8. Windows color (decimal): -348962 or 14593274. OLE color: 14593274.

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

Color convert

RGB 250 172 222 -
CMYK 0 0.31 0.11 0.02
HSL 321.54º 0.89% 0.83% -
HSV(B) 321.54º 0.31% 0.98% -
XYZ 67.36 55.1 76.19 -
YUV 201.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 250 172 222 0 0.31 0.11 0.02 321.54 0.89 0.83
Hex FA AC DE 0 1F B 2 142 59 53
Octal 372 254 336 0 37 13 2 502 131 123
Binary 11111010 10101100 11011110 0 11111 1011 10 101000010 1011001 1010011

Color Harmonies of #FAACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACDE

Black with #FAACDE

Text Example


Text Example

White with #FAACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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