Html Css Color HEX #FAE0FF Selago

📋 copy color: '#FAE0FF'

red 250 ◦ green 224 ◦ blue 255

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

Shades of Selago #FAE0FF

Tints of Selago #FAE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.73%

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

R = 34.29%
G = 30.73%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAE0FF (or 0xFAE0FF) is known color: Selago. HEX triplet: FA, E0 and FF. RGB value is (250,224,255). Sum of RGB (Red+Green+Blue) = 250+224+255=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FF is #051F00. Grayscale: #EBEBEB. Windows color (decimal): -335617 or 16769274. OLE color: 16769274.

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

Color convert

RGB 250 224 255 -
CMYK 0.02 0.12 0 0
HSL 290.32º 1% 0.94% -
HSV(B) 290.32º 0.12% 1% -
XYZ 84.13 80.86 105.78 -
YUV 235.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 250 224 255 0.02 0.12 0 0 290.32 1 0.94
Hex FA E0 FF 2 C 0 0 122 64 5E
Octal 372 340 377 2 14 0 0 442 144 136
Binary 11111010 11100000 11111111 10 1100 0 0 100100010 1100100 1011110

Color Harmonies of #FAE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0FF

Black with #FAE0FF

Text Example


Text Example

White with #FAE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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