#FFF0FE

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

Shades of Selago #FFF0FE

Tints of Selago #FFF0FE

Color information

#FFF0FE (or 0xFFF0FE) is unknown color: approx Selago. HEX triplet: FF, F0 and FE. RGB value is (255,240,254). Sum of RGB (Red+Green+Blue) = 255+240+254=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 240 (94.14% from 255 or 32.04% from 749); Blue value is 254 (99.61% from 255 or 33.91% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FE is #000F01. Grayscale: #F6F6F6. Windows color (decimal): -3842 or 16707839. OLE color: 16707839.

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

Color convert

RGB255240254-
CMYK00.060.000
HSL304º100%97.06%-
HSV(B)304º5.88%100%-
XYZ90.2990.74106.52-
YUV246.08132.47134.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.05%
GREEN value IS 240 (94.14% from 255) = 32.04%
BLUE value IS 254 (99.61% from 255) = 33.91%
R=34.05%
G=32.04%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524025400.060.00030410097.06
HexFFF0FE06001306461
Octal3773603760600460144141
Binary11111111111100001111111001100010011000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0FE; }

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

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

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

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

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

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

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

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