Html Css Color HEX #FAE0FB Selago

📋 copy color: '#FAE0FB'

red 250 ◦ green 224 ◦ blue 251

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

Shades of Selago #FAE0FB

Tints of Selago #FAE0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.9%

 BLUE value IS 251 (98.44% from 255) = 34.62%

R = 34.48%
G = 30.9%
B = 34.62%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAE0FB (or 0xFAE0FB) is known color: Selago. HEX triplet: FA, E0 and FB. RGB value is (250,224,251). Sum of RGB (Red+Green+Blue) = 250+224+251=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FB is #051F04. Grayscale: #EAEAEA. Windows color (decimal): -335621 or 16507130. OLE color: 16507130.

HSL color Cylindrical-coordinate representation of color #FAE0FB: hue angle of 297.78º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE0FB is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 251 -
CMYK 0.00 0.11 0 0.02
HSL 297.78º 0.77% 0.93% -
HSV(B) 297.78º 0.11% 0.98% -
XYZ 83.49 80.6 102.42 -
YUV 234.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 250 224 251 0.00 0.11 0 0.02 297.78 0.77 0.93
Hex FA E0 FB 0 B 0 2 12A 4D 5D
Octal 372 340 373 0 13 0 2 452 115 135
Binary 11111010 11100000 11111011 0 1011 0 10 100101010 1001101 1011101

Color Harmonies of #FAE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0FB

Black with #FAE0FB

Text Example


Text Example

White with #FAE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0FB; }

 p { color: rgb(250,224,251); }

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

background-color css

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

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

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

border-color css

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

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

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