Html Css Color HEX #FAE4FE Selago

📋 copy color: '#FAE4FE'

red 250 ◦ green 228 ◦ blue 254

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

Shades of Selago #FAE4FE

Tints of Selago #FAE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.15%

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

R = 34.15%
G = 31.15%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAE4FE (or 0xFAE4FE) is known color: Selago. HEX triplet: FA, E4 and FE. RGB value is (250,228,254). Sum of RGB (Red+Green+Blue) = 250+228+254=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 228 (89.45% from 255 or 31.15% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FE is #051B01. Grayscale: #EDEDED. Windows color (decimal): -334594 or 16704762. OLE color: 16704762.

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

Color convert

RGB 250 228 254 -
CMYK 0.02 0.10 0 0.00
HSL 290.77º 0.93% 0.95% -
HSV(B) 290.77º 0.1% 1% -
XYZ 85.06 82.97 105.3 -
YUV 237.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 250 228 254 0.02 0.10 0 0.00 290.77 0.93 0.95
Hex FA E4 FE 2 A 0 0 123 5D 5F
Octal 372 344 376 2 12 0 0 443 135 137
Binary 11111010 11100100 11111110 10 1010 0 0 100100011 1011101 1011111

Color Harmonies of #FAE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE4FE

Black with #FAE4FE

Text Example


Text Example

White with #FAE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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