Html Css Color HEX #FEF6FE Selago

📋 copy color: '#FEF6FE'

red 254 ◦ green 246 ◦ blue 254

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

Shades of Selago #FEF6FE

Tints of Selago #FEF6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 32.63%

 BLUE value IS 254 (99.61% from 255) = 33.69%

R = 33.69%
G = 32.63%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEF6FE (or 0xFEF6FE) is known color: Selago. HEX triplet: FE, F6 and FE. RGB value is (254,246,254). Sum of RGB (Red+Green+Blue) = 254+246+254=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 246 (96.48% from 255 or 32.63% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FE is #010901. Grayscale: #F9F9F9. Windows color (decimal): -67842 or 16709374. OLE color: 16709374.

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

Color convert

RGB 254 246 254 -
CMYK 0 0.03 0 0.00
HSL 300º 0.8% 0.98% -
HSV(B) 300º 0.03% 1% -
XYZ 91.72 94.14 107.1 -
YUV 249.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 254 246 254 0 0.03 0 0.00 300 0.8 0.98
Hex FE F6 FE 0 3 0 0 12C 50 62
Octal 376 366 376 0 3 0 0 454 120 142
Binary 11111110 11110110 11111110 0 11 0 0 100101100 1010000 1100010

Color Harmonies of #FEF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6FE

Black with #FEF6FE

Text Example


Text Example

White with #FEF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6FE; }

 p { color: rgb(254,246,254); }

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

background-color css

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

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

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

border-color css

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

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

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