Html Css Color HEX #FEE1FB Selago

📋 copy color: '#FEE1FB'

red 254 ◦ green 225 ◦ blue 251

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

Shades of Selago #FEE1FB

Tints of Selago #FEE1FB

RGB

 RED value IS 254 (99.61% from 255) = 34.79%

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

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

R = 34.79%
G = 30.82%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEE1FB (or 0xFEE1FB) is known color: Selago. HEX triplet: FE, E1 and FB. RGB value is (254,225,251). Sum of RGB (Red+Green+Blue) = 254+225+251=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 225 (88.28% from 255 or 30.82% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1FB is #011E04. Grayscale: #ECECEC. Windows color (decimal): -73221 or 16507390. OLE color: 16507390.

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

Color convert

RGB 254 225 251 -
CMYK 0 0.11 0.01 0.00
HSL 306.21º 0.94% 0.94% -
HSV(B) 306.21º 0.11% 1% -
XYZ 85.21 81.89 102.58 -
YUV 236.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 254 225 251 0 0.11 0.01 0.00 306.21 0.94 0.94
Hex FE E1 FB 0 B 1 0 132 5E 5E
Octal 376 341 373 0 13 1 0 462 136 136
Binary 11111110 11100001 11111011 0 1011 1 0 100110010 1011110 1011110

Color Harmonies of #FEE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1FB

Black with #FEE1FB

Text Example


Text Example

White with #FEE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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