Html Css Color HEX #FEF1FF Selago

📋 copy color: '#FEF1FF'

red 254 ◦ green 241 ◦ blue 255

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

Shades of Selago #FEF1FF

Tints of Selago #FEF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.13%

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

R = 33.87%
G = 32.13%
B = 34%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEF1FF (or 0xFEF1FF) is known color: Selago. HEX triplet: FE, F1 and FF. RGB value is (254,241,255). Sum of RGB (Red+Green+Blue) = 254+241+255=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 241 (94.53% from 255 or 32.13% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1FF is #010E00. Grayscale: #F6F6F6. Windows color (decimal): -69121 or 16773630. OLE color: 16773630.

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

Color convert

RGB 254 241 255 -
CMYK 0.00 0.05 0 0
HSL 295.71º 1% 0.97% -
HSV(B) 295.71º 0.05% 1% -
XYZ 90.38 91.2 107.45 -
YUV 246.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 254 241 255 0.00 0.05 0 0 295.71 1 0.97
Hex FE F1 FF 0 5 0 0 128 64 61
Octal 376 361 377 0 5 0 0 450 144 141
Binary 11111110 11110001 11111111 0 101 0 0 100101000 1100100 1100001

Color Harmonies of #FEF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1FF

Black with #FEF1FF

Text Example


Text Example

White with #FEF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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