Html Css Color HEX #FAE3FE Selago

📋 copy color: '#FAE3FE'

red 250 ◦ green 227 ◦ blue 254

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

Shades of Selago #FAE3FE

Tints of Selago #FAE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.05%

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

R = 34.2%
G = 31.05%
B = 34.75%

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

#FAE3FE (or 0xFAE3FE) is known color: Selago. HEX triplet: FA, E3 and FE. RGB value is (250,227,254). Sum of RGB (Red+Green+Blue) = 250+227+254=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 227 (89.06% from 255 or 31.05% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3FE is #051C01. Grayscale: #ECECEC. Windows color (decimal): -334850 or 16704506. OLE color: 16704506.

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

Color convert

RGB 250 227 254 -
CMYK 0.02 0.11 0 0.00
HSL 291.11º 0.93% 0.94% -
HSV(B) 291.11º 0.11% 1% -
XYZ 84.78 82.42 105.21 -
YUV 236.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 250 227 254 0.02 0.11 0 0.00 291.11 0.93 0.94
Hex FA E3 FE 2 B 0 0 123 5D 5E
Octal 372 343 376 2 13 0 0 443 135 136
Binary 11111010 11100011 11111110 10 1011 0 0 100100011 1011101 1011110

Color Harmonies of #FAE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3FE

Black with #FAE3FE

Text Example


Text Example

White with #FAE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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