Html Css Color HEX #FFE6FD Selago

📋 copy color: '#FFE6FD'

red 255 ◦ green 230 ◦ blue 253

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

Shades of Selago #FFE6FD

Tints of Selago #FFE6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.28%

R = 34.55%
G = 31.17%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFE6FD (or 0xFFE6FD) is known color: Selago. HEX triplet: FF, E6 and FD. RGB value is (255,230,253). Sum of RGB (Red+Green+Blue) = 255+230+253=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 230 (90.23% from 255 or 31.17% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FD is #001902. Grayscale: #F0F0F0. Windows color (decimal): -6403 or 16639743. OLE color: 16639743.

HSL color Cylindrical-coordinate representation of color #FFE6FD: hue angle of 304.8º 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 #FFE6FD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 253 -
CMYK 0 0.10 0.01 0
HSL 304.8º 1% 0.95% -
HSV(B) 304.8º 0.1% 1% -
XYZ 87.27 84.95 104.73 -
YUV 240.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 255 230 253 0 0.10 0.01 0 304.8 1 0.95
Hex FF E6 FD 0 A 1 0 131 64 5F
Octal 377 346 375 0 12 1 0 461 144 137
Binary 11111111 11100110 11111101 0 1010 1 0 100110001 1100100 1011111

Color Harmonies of #FFE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6FD

Black with #FFE6FD

Text Example


Text Example

White with #FFE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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