Html Css Color HEX #FEFAFE Selago

📋 copy color: '#FEFAFE'

red 254 ◦ green 250 ◦ blue 254

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

Shades of Selago #FEFAFE

Tints of Selago #FEFAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 32.98%

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

R = 33.51%
G = 32.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEFAFE (or 0xFEFAFE) is known color: Selago. HEX triplet: FE, FA and FE. RGB value is (254,250,254). Sum of RGB (Red+Green+Blue) = 254+250+254=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 250 (98.05% from 255 or 32.98% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFE is #010501. Grayscale: #FBFBFB. Windows color (decimal): -66818 or 16710398. OLE color: 16710398.

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

Color convert

RGB 254 250 254 -
CMYK 0 0.02 0 0.00
HSL 300º 0.67% 0.99% -
HSV(B) 300º 0.02% 1% -
XYZ 92.95 96.6 107.51 -
YUV 251.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 254 250 254 0 0.02 0 0.00 300 0.67 0.99
Hex FE FA FE 0 2 0 0 12C 43 63
Octal 376 372 376 0 2 0 0 454 103 143
Binary 11111110 11111010 11111110 0 10 0 0 100101100 1000011 1100011

Color Harmonies of #FEFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAFE

Black with #FEFAFE

Text Example


Text Example

White with #FEFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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