Html Css Color HEX #FAE5FA Selago

📋 copy color: '#FAE5FA'

red 250 ◦ green 229 ◦ blue 250

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

Shades of Selago #FAE5FA

Tints of Selago #FAE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.41%

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

R = 34.29%
G = 31.41%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAE5FA (or 0xFAE5FA) is known color: Selago. HEX triplet: FA, E5 and FA. RGB value is (250,229,250). Sum of RGB (Red+Green+Blue) = 250+229+250=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 229 (89.84% from 255 or 31.41% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FA is #051A05. Grayscale: #EDEDED. Windows color (decimal): -334342 or 16442874. OLE color: 16442874.

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

Color convert

RGB 250 229 250 -
CMYK 0 0.08 0 0.02
HSL 300º 0.68% 0.94% -
HSV(B) 300º 0.08% 0.98% -
XYZ 84.7 83.26 102.05 -
YUV 237.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 250 229 250 0 0.08 0 0.02 300 0.68 0.94
Hex FA E5 FA 0 8 0 2 12C 44 5E
Octal 372 345 372 0 10 0 2 454 104 136
Binary 11111010 11100101 11111010 0 1000 0 10 100101100 1000100 1011110

Color Harmonies of #FAE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5FA

Black with #FAE5FA

Text Example


Text Example

White with #FAE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5FA; }

 p { color: rgb(250,229,250); }

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

background-color css

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

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

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

border-color css

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

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

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