Html Css Color HEX #FAEAFF White Lilac

📋 copy color: '#FAEAFF'

red 250 ◦ green 234 ◦ blue 255

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

Shades of White Lilac #FAEAFF

Tints of White Lilac #FAEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 31.66%

 BLUE value IS 255 (100% from 255) = 34.51%

R = 33.83%
G = 31.66%
B = 34.51%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAEAFF (or 0xFAEAFF) is known color: White Lilac. HEX triplet: FA, EA and FF. RGB value is (250,234,255). Sum of RGB (Red+Green+Blue) = 250+234+255=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFF is #051500. Grayscale: #F1F1F1. Windows color (decimal): -333057 or 16771834. OLE color: 16771834.

HSL color Cylindrical-coordinate representation of color #FAEAFF: hue angle of 285.71º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEAFF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 234 255 -
CMYK 0.02 0.08 0 0
HSL 285.71º 1% 0.96% -
HSV(B) 285.71º 0.08% 1% -
XYZ 86.9 86.39 106.7 -
YUV 241.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 250 234 255 0.02 0.08 0 0 285.71 1 0.96
Hex FA EA FF 2 8 0 0 11E 64 60
Octal 372 352 377 2 10 0 0 436 144 140
Binary 11111010 11101010 11111111 10 1000 0 0 100011110 1100100 1100000

Color Harmonies of #FAEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAFF

Black with #FAEAFF

Text Example


Text Example

White with #FAEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAFF; }

 p { color: rgb(250,234,255); }

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

background-color css

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

 a { background-color: rgb(250,234,255); }

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

border-color css

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

 span { border-color: rgb(250,234,255); }

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