Html Css Color HEX #FAE0FC Selago

📋 copy color: '#FAE0FC'

red 250 ◦ green 224 ◦ blue 252

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

Shades of Selago #FAE0FC

Tints of Selago #FAE0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.71%

R = 34.44%
G = 30.85%
B = 34.71%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAE0FC (or 0xFAE0FC) is known color: Selago. HEX triplet: FA, E0 and FC. RGB value is (250,224,252). Sum of RGB (Red+Green+Blue) = 250+224+252=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FC is #051F03. Grayscale: #EAEAEA. Windows color (decimal): -335620 or 16572666. OLE color: 16572666.

HSL color Cylindrical-coordinate representation of color #FAE0FC: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE0FC is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 224 252 -
CMYK 0.01 0.11 0 0.01
HSL 295.71º 0.82% 0.93% -
HSV(B) 295.71º 0.11% 0.99% -
XYZ 83.65 80.66 103.26 -
YUV 234.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 250 224 252 0.01 0.11 0 0.01 295.71 0.82 0.93
Hex FA E0 FC 1 B 0 1 128 52 5D
Octal 372 340 374 1 13 0 1 450 122 135
Binary 11111010 11100000 11111100 1 1011 0 1 100101000 1010010 1011101

Color Harmonies of #FAE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0FC

Black with #FAE0FC

Text Example


Text Example

White with #FAE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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