Html Css Color HEX #FEE3FC Selago

📋 copy color: '#FEE3FC'

red 254 ◦ green 227 ◦ blue 252

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

Shades of Selago #FEE3FC

Tints of Selago #FEE3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 30.97%

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

R = 34.65%
G = 30.97%
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

#FEE3FC (or 0xFEE3FC) is known color: Selago. HEX triplet: FE, E3 and FC. RGB value is (254,227,252). Sum of RGB (Red+Green+Blue) = 254+227+252=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 227 (89.06% from 255 or 30.97% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE3FC is #011C03. Grayscale: #EDEDED. Windows color (decimal): -72708 or 16573438. OLE color: 16573438.

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

Color convert

RGB 254 227 252 -
CMYK 0 0.11 0.01 0.00
HSL 304.44º 0.93% 0.94% -
HSV(B) 304.44º 0.11% 1% -
XYZ 85.91 83.04 103.6 -
YUV 237.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 254 227 252 0 0.11 0.01 0.00 304.44 0.93 0.94
Hex FE E3 FC 0 B 1 0 130 5D 5E
Octal 376 343 374 0 13 1 0 460 135 136
Binary 11111110 11100011 11111100 0 1011 1 0 100110000 1011101 1011110

Color Harmonies of #FEE3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3FC

Black with #FEE3FC

Text Example


Text Example

White with #FEE3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3FC; }

 p { color: rgb(254,227,252); }

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

background-color css

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

 a { background-color: rgb(254,227,252); }

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

border-color css

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

 span { border-color: rgb(254,227,252); }

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