Html Css Color HEX #FEEEFD Selago

📋 copy color: '#FEEEFD'

red 254 ◦ green 238 ◦ blue 253

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

Shades of Selago #FEEEFD

Tints of Selago #FEEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 31.95%

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

R = 34.09%
G = 31.95%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEEEFD (or 0xFEEEFD) is known color: Selago. HEX triplet: FE, EE and FD. RGB value is (254,238,253). Sum of RGB (Red+Green+Blue) = 254+238+253=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 238 (93.36% from 255 or 31.95% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFD is #011102. Grayscale: #F4F4F4. Windows color (decimal): -69891 or 16641790. OLE color: 16641790.

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

Color convert

RGB 254 238 253 -
CMYK 0 0.06 0.00 0.00
HSL 303.75º 0.89% 0.96% -
HSV(B) 303.75º 0.06% 1% -
XYZ 89.18 89.31 105.47 -
YUV 244.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 254 238 253 0 0.06 0.00 0.00 303.75 0.89 0.96
Hex FE EE FD 0 6 0 0 130 59 60
Octal 376 356 375 0 6 0 0 460 131 140
Binary 11111110 11101110 11111101 0 110 0 0 100110000 1011001 1100000

Color Harmonies of #FEEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEFD

Black with #FEEEFD

Text Example


Text Example

White with #FEEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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