Html Css Color HEX #FFE2FF Selago

📋 copy color: '#FFE2FF'

red 255 ◦ green 226 ◦ blue 255

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

Shades of Selago #FFE2FF

Tints of Selago #FFE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 30.71%

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

R = 34.65%
G = 30.71%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFE2FF (or 0xFFE2FF) is known color: Selago. HEX triplet: FF, E2 and FF. RGB value is (255,226,255). Sum of RGB (Red+Green+Blue) = 255+226+255=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 226 (88.67% from 255 or 30.71% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2FF is #001D00. Grayscale: #EDEDED. Windows color (decimal): -7425 or 16769791. OLE color: 16769791.

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

Color convert

RGB 255 226 255 -
CMYK 0 0.11 0 0
HSL 300º 1% 0.94% -
HSV(B) 300º 0.11% 1% -
XYZ 86.49 82.87 106.05 -
YUV 237.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 255 226 255 0 0.11 0 0 300 1 0.94
Hex FF E2 FF 0 B 0 0 12C 64 5E
Octal 377 342 377 0 13 0 0 454 144 136
Binary 11111111 11100010 11111111 0 1011 0 0 100101100 1100100 1011110

Color Harmonies of #FFE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2FF

Black with #FFE2FF

Text Example


Text Example

White with #FFE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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