#FFF0FD

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

Shades of Selago #FFF0FD

Tints of Selago #FFF0FD

Color information

#FFF0FD (or 0xFFF0FD) is unknown color: approx Selago. HEX triplet: FF, F0 and FD. RGB value is (255,240,253). Sum of RGB (Red+Green+Blue) = 255+240+253=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 240 (94.14% from 255 or 32.09% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FD is #000F02. Grayscale: #F5F5F5. Windows color (decimal): -3843 or 16642303. OLE color: 16642303.

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

Color convert

RGB255240253-
CMYK00.060.010
HSL308º100%97.06%-
HSV(B)308º5.88%100%-
XYZ90.1390.67105.68-
YUV245.97131.97134.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.09%
GREEN value IS 240 (94.14% from 255) = 32.09%
BLUE value IS 253 (99.22% from 255) = 33.82%
R=34.09%
G=32.09%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524025300.060.01030810097.06
HexFFF0FD06101346461
Octal3773603750610464144141
Binary11111111111100001111110101101010011010011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0FD; }

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

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

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

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

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

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

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

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