Html Css Color HEX #FAE9FA Selago

📋 copy color: '#FAE9FA'

red 250 ◦ green 233 ◦ blue 250

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

Shades of Selago #FAE9FA

Tints of Selago #FAE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 31.79%

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

R = 34.11%
G = 31.79%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAE9FA (or 0xFAE9FA) is known color: Selago. HEX triplet: FA, E9 and FA. RGB value is (250,233,250). Sum of RGB (Red+Green+Blue) = 250+233+250=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 233 (91.41% from 255 or 31.79% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9FA is #051605. Grayscale: #EFEFEF. Windows color (decimal): -333318 or 16443898. OLE color: 16443898.

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

Color convert

RGB 250 233 250 -
CMYK 0 0.07 0 0.02
HSL 300º 0.63% 0.95% -
HSV(B) 300º 0.07% 0.98% -
XYZ 85.82 85.5 102.42 -
YUV 240.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 250 233 250 0 0.07 0 0.02 300 0.63 0.95
Hex FA E9 FA 0 7 0 2 12C 3F 5F
Octal 372 351 372 0 7 0 2 454 77 137
Binary 11111010 11101001 11111010 0 111 0 10 100101100 111111 1011111

Color Harmonies of #FAE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9FA

Black with #FAE9FA

Text Example


Text Example

White with #FAE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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