Html Css Color HEX #FAE1FB Selago

📋 copy color: '#FAE1FB'

red 250 ◦ green 225 ◦ blue 251

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

Shades of Selago #FAE1FB

Tints of Selago #FAE1FB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 30.99%

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

R = 34.44%
G = 30.99%
B = 34.57%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAE1FB (or 0xFAE1FB) is known color: Selago. HEX triplet: FA, E1 and FB. RGB value is (250,225,251). Sum of RGB (Red+Green+Blue) = 250+225+251=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FB is #051E04. Grayscale: #EBEBEB. Windows color (decimal): -335365 or 16507386. OLE color: 16507386.

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

Color convert

RGB 250 225 251 -
CMYK 0.00 0.10 0 0.02
HSL 297.69º 0.76% 0.93% -
HSV(B) 297.69º 0.1% 0.98% -
XYZ 83.76 81.14 102.51 -
YUV 235.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 250 225 251 0.00 0.10 0 0.02 297.69 0.76 0.93
Hex FA E1 FB 0 A 0 2 12A 4C 5D
Octal 372 341 373 0 12 0 2 452 114 135
Binary 11111010 11100001 11111011 0 1010 0 10 100101010 1001100 1011101

Color Harmonies of #FAE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1FB

Black with #FAE1FB

Text Example


Text Example

White with #FAE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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