Html Css Color HEX #FFE1FF Selago

📋 copy color: '#FFE1FF'

red 255 ◦ green 225 ◦ blue 255

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

Shades of Selago #FFE1FF

Tints of Selago #FFE1FF

RGB

 RED value IS 255 (100% from 255) = 34.69%

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

 BLUE value IS 255 (100% from 255) = 34.69%

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFE1FF (or 0xFFE1FF) is known color: Selago. HEX triplet: FF, E1 and FF. RGB value is (255,225,255). Sum of RGB (Red+Green+Blue) = 255+225+255=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 225 (88.28% from 255 or 30.61% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE1FF is #001E00. Grayscale: #EDEDED. Windows color (decimal): -7681 or 16769535. OLE color: 16769535.

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

Color convert

RGB 255 225 255 -
CMYK 0 0.12 0 0
HSL 300º 1% 0.94% -
HSV(B) 300º 0.12% 1% -
XYZ 86.22 82.33 105.96 -
YUV 237.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 255 225 255 0 0.12 0 0 300 1 0.94
Hex FF E1 FF 0 C 0 0 12C 64 5E
Octal 377 341 377 0 14 0 0 454 144 136
Binary 11111111 11100001 11111111 0 1100 0 0 100101100 1100100 1011110

Color Harmonies of #FFE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1FF

Black with #FFE1FF

Text Example


Text Example

White with #FFE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1FF; }

 p { color: rgb(255,225,255); }

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

background-color css

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

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

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

border-color css

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

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

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