#FFF1FD

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

Shades of Selago #FFF1FD

Tints of Selago #FFF1FD

Color information

#FFF1FD (or 0xFFF1FD) is unknown color: approx Selago. HEX triplet: FF, F1 and FD. RGB value is (255,241,253). Sum of RGB (Red+Green+Blue) = 255+241+253=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 241 (94.53% from 255 or 32.18% from 749); Blue value is 253 (99.22% from 255 or 33.78% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FD is #000E02. Grayscale: #F6F6F6. Windows color (decimal): -3587 or 16642559. OLE color: 16642559.

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

Color convert

RGB255241253-
CMYK00.050.010
HSL308.57º100%97.25%-
HSV(B)308.57º5.49%100%-
XYZ90.4291.26105.78-
YUV246.55131.64134.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 32.18%
BLUE value IS 253 (99.22% from 255) = 33.78%
R=34.05%
G=32.18%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524125300.050.010308.5710097.25
HexFFF1FD05101356461
Octal3773613750510465144141
Binary11111111111100011111110101011010011010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1FD; }

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

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

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

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

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

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

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

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