Html Css Color HEX #FAE6FA Selago

📋 copy color: '#FAE6FA'

red 250 ◦ green 230 ◦ blue 250

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

Shades of Selago #FAE6FA

Tints of Selago #FAE6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.51%

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

R = 34.25%
G = 31.51%
B = 34.25%

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

#FAE6FA (or 0xFAE6FA) is known color: Selago. HEX triplet: FA, E6 and FA. RGB value is (250,230,250). Sum of RGB (Red+Green+Blue) = 250+230+250=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 230 (90.23% from 255 or 31.51% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FA is #051905. Grayscale: #EEEEEE. Windows color (decimal): -334086 or 16443130. OLE color: 16443130.

HSL color Cylindrical-coordinate representation of color #FAE6FA: hue angle of 300º degrees, saturation: 0.67, 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 #FAE6FA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 250 -
CMYK 0 0.08 0 0.02
HSL 300º 0.67% 0.94% -
HSV(B) 300º 0.08% 0.98% -
XYZ 84.98 83.82 102.14 -
YUV 238.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 250 230 250 0 0.08 0 0.02 300 0.67 0.94
Hex FA E6 FA 0 8 0 2 12C 43 5E
Octal 372 346 372 0 10 0 2 454 103 136
Binary 11111010 11100110 11111010 0 1000 0 10 100101100 1000011 1011110

Color Harmonies of #FAE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE6FA

Black with #FAE6FA

Text Example


Text Example

White with #FAE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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