Html Css Color HEX #FAE2FE Selago

📋 copy color: '#FAE2FE'

red 250 ◦ green 226 ◦ blue 254

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

Shades of Selago #FAE2FE

Tints of Selago #FAE2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 30.96%

 BLUE value IS 254 (99.61% from 255) = 34.79%

R = 34.25%
G = 30.96%
B = 34.79%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAE2FE (or 0xFAE2FE) is known color: Selago. HEX triplet: FA, E2 and FE. RGB value is (250,226,254). Sum of RGB (Red+Green+Blue) = 250+226+254=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FE is #051D01. Grayscale: #ECECEC. Windows color (decimal): -335106 or 16704250. OLE color: 16704250.

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

Color convert

RGB 250 226 254 -
CMYK 0.02 0.11 0 0.00
HSL 291.43º 0.93% 0.94% -
HSV(B) 291.43º 0.11% 1% -
XYZ 84.51 81.87 105.11 -
YUV 236.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 250 226 254 0.02 0.11 0 0.00 291.43 0.93 0.94
Hex FA E2 FE 2 B 0 0 123 5D 5E
Octal 372 342 376 2 13 0 0 443 135 136
Binary 11111010 11100010 11111110 10 1011 0 0 100100011 1011101 1011110

Color Harmonies of #FAE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2FE

Black with #FAE2FE

Text Example


Text Example

White with #FAE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2FE; }

 p { color: rgb(250,226,254); }

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

background-color css

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

 a { background-color: rgb(250,226,254); }

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

border-color css

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

 span { border-color: rgb(250,226,254); }

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