#FFF2FE

Color #FFF2FE Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FFF2FE

Tints of Selago #FFF2FE

Color information

#FFF2FE (or 0xFFF2FE) is unknown color: approx Selago. HEX triplet: FF, F2 and FE. RGB value is (255,242,254). Sum of RGB (Red+Green+Blue) = 255+242+254=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 242 (94.92% from 255 or 32.22% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2FE is #000D01. Grayscale: #F7F7F7. Windows color (decimal): -3330 or 16708351. OLE color: 16708351.

HSL color Cylindrical-coordinate representation of color #FFF2FE: hue angle of 304.62º 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 #FFF2FE is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255242254-
CMYK00.050.000
HSL304.62º100%97.45%-
HSV(B)304.62º5.1%100%-
XYZ90.8891.92106.72-
YUV247.25131.81133.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.95%
GREEN value IS 242 (94.92% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 33.82%
R=33.95%
G=32.22%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524225400.050.000304.6210097.45
HexFFF2FE05001316461
Octal3773623760500461144141
Binary11111111111100101111111001010010011000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2FE; }

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

 H1.HeaderClassName
 {
   color: #FFF2FE;
 }
 .AnyTagClassName
 {
   color: #FFF2FE;
 }
</style>
background-color css

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

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

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

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

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

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