Html Css Color HEX #FEEEFF Selago

📋 copy color: '#FEEEFF'

red 254 ◦ green 238 ◦ blue 255

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

Shades of Selago #FEEEFF

Tints of Selago #FEEEFF

RGB

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

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

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

R = 34%
G = 31.86%
B = 34.14%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEEEFF (or 0xFEEEFF) is known color: Selago. HEX triplet: FE, EE and FF. RGB value is (254,238,255). Sum of RGB (Red+Green+Blue) = 254+238+255=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 238 (93.36% from 255 or 31.86% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFF is #011100. Grayscale: #F4F4F4. Windows color (decimal): -69889 or 16772862. OLE color: 16772862.

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

Color convert

RGB 254 238 255 -
CMYK 0.00 0.07 0 0
HSL 296.47º 1% 0.97% -
HSV(B) 296.47º 0.07% 1% -
XYZ 89.5 89.44 107.15 -
YUV 244.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 254 238 255 0.00 0.07 0 0 296.47 1 0.97
Hex FE EE FF 0 7 0 0 128 64 61
Octal 376 356 377 0 7 0 0 450 144 141
Binary 11111110 11101110 11111111 0 111 0 0 100101000 1100100 1100001

Color Harmonies of #FEEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEFF

Black with #FEEEFF

Text Example


Text Example

White with #FEEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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