#F5DFFA

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

Shades of Selago #F5DFFA

Tints of Selago #F5DFFA

Color information

#F5DFFA (or 0xF5DFFA) is unknown color: approx Selago. HEX triplet: F5, DF and FA. RGB value is (245,223,250). Sum of RGB (Red+Green+Blue) = 245+223+250=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFFA is #0A2005. Grayscale: #E8E8E8. Windows color (decimal): -663558 or 16441333. OLE color: 16441333.

HSL color Cylindrical-coordinate representation of color #F5DFFA: hue angle of 288.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DFFA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245223250-
CMYK0.020.1100.02
HSL288.89º72.97%92.75%-
HSV(B)288.89º10.8%98.04%-
XYZ81.379.09101.42-
YUV232.66137.79136.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.12%
GREEN value IS 223 (87.5% from 255) = 31.06%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=34.12%
G=31.06%
B=34.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452232500.020.1100.02288.8972.9792.75
HexF5DFFA2B02121495d
Octal36533737221302441111135
Binary11110101110111111111101010101101010010000110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFFA; }

 p { color: rgb(245,223,250); }

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

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

 a { background-color: rgb(245,223,250); }

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

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

 span { border-color: rgb(245,223,250); }

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