Html Css Color HEX #FEE6FD Selago

📋 copy color: '#FEE6FD'

red 254 ◦ green 230 ◦ blue 253

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

Shades of Selago #FEE6FD

Tints of Selago #FEE6FD

RGB

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

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

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

R = 34.46%
G = 31.21%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEE6FD (or 0xFEE6FD) is known color: Selago. HEX triplet: FE, E6 and FD. RGB value is (254,230,253). Sum of RGB (Red+Green+Blue) = 254+230+253=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 230 (90.23% from 255 or 31.21% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6FD is #011902. Grayscale: #EFEFEF. Windows color (decimal): -71939 or 16639742. OLE color: 16639742.

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

Color convert

RGB 254 230 253 -
CMYK 0 0.09 0.00 0.00
HSL 302.5º 0.92% 0.95% -
HSV(B) 302.5º 0.09% 1% -
XYZ 86.9 84.76 104.71 -
YUV 239.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 254 230 253 0 0.09 0.00 0.00 302.5 0.92 0.95
Hex FE E6 FD 0 9 0 0 12E 5C 5F
Octal 376 346 375 0 11 0 0 456 134 137
Binary 11111110 11100110 11111101 0 1001 0 0 100101110 1011100 1011111

Color Harmonies of #FEE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6FD

Black with #FEE6FD

Text Example


Text Example

White with #FEE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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