Html Css Color HEX #FFE6FF Selago

📋 copy color: '#FFE6FF'

red 255 ◦ green 230 ◦ blue 255

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

Shades of Selago #FFE6FF

Tints of Selago #FFE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.08%

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

R = 34.46%
G = 31.08%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFE6FF (or 0xFFE6FF) is known color: Selago. HEX triplet: FF, E6 and FF. RGB value is (255,230,255). Sum of RGB (Red+Green+Blue) = 255+230+255=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 230 (90.23% from 255 or 31.08% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FF is #001900. Grayscale: #F0F0F0. Windows color (decimal): -6401 or 16770815. OLE color: 16770815.

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

Color convert

RGB 255 230 255 -
CMYK 0 0.10 0 0
HSL 300º 1% 0.95% -
HSV(B) 300º 0.1% 1% -
XYZ 87.59 85.07 106.41 -
YUV 240.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 255 230 255 0 0.10 0 0 300 1 0.95
Hex FF E6 FF 0 A 0 0 12C 64 5F
Octal 377 346 377 0 12 0 0 454 144 137
Binary 11111111 11100110 11111111 0 1010 0 0 100101100 1100100 1011111

Color Harmonies of #FFE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6FF

Black with #FFE6FF

Text Example


Text Example

White with #FFE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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