Html Css Color HEX #FAEDFD White Lilac

📋 copy color: '#FAEDFD'

red 250 ◦ green 237 ◦ blue 253

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

Shades of White Lilac #FAEDFD

Tints of White Lilac #FAEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.03%

 BLUE value IS 253 (99.22% from 255) = 34.19%

R = 33.78%
G = 32.03%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAEDFD (or 0xFAEDFD) is known color: White Lilac. HEX triplet: FA, ED and FD. RGB value is (250,237,253). Sum of RGB (Red+Green+Blue) = 250+237+253=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFD is #051202. Grayscale: #F2F2F2. Windows color (decimal): -332291 or 16641530. OLE color: 16641530.

HSL color Cylindrical-coordinate representation of color #FAEDFD: hue angle of 288.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEDFD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 237 253 -
CMYK 0.01 0.06 0 0.01
HSL 288.75º 0.8% 0.96% -
HSV(B) 288.75º 0.06% 0.99% -
XYZ 87.44 87.98 105.3 -
YUV 242.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 250 237 253 0.01 0.06 0 0.01 288.75 0.8 0.96
Hex FA ED FD 1 6 0 1 121 50 60
Octal 372 355 375 1 6 0 1 441 120 140
Binary 11111010 11101101 11111101 1 110 0 1 100100001 1010000 1100000

Color Harmonies of #FAEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDFD

Black with #FAEDFD

Text Example


Text Example

White with #FAEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDFD; }

 p { color: rgb(250,237,253); }

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

background-color css

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

 a { background-color: rgb(250,237,253); }

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

border-color css

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

 span { border-color: rgb(250,237,253); }

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