#F5DAFC

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

Shades of Selago #F5DAFC

Tints of Selago #F5DAFC

Color information

#F5DAFC (or 0xF5DAFC) is unknown color: approx Selago. HEX triplet: F5, DA and FC. RGB value is (245,218,252). Sum of RGB (Red+Green+Blue) = 245+218+252=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAFC is #0A2503. Grayscale: #E5E5E5. Windows color (decimal): -664836 or 16571125. OLE color: 16571125.

HSL color Cylindrical-coordinate representation of color #F5DAFC: hue angle of 287.65º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5DAFC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245218252-
CMYK0.030.1300.01
HSL287.65º85%92.16%-
HSV(B)287.65º13.49%98.82%-
XYZ80.376.58102.65-
YUV229.95140.45138.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 218 (85.55% from 255) = 30.49%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=34.27%
G=30.49%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452182520.030.1300.01287.658592.16
HexF5DAFC3D01120555c
Octal36533237431501440125134
Binary1111010111011010111111001111010110010000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DAFC; }

 p { color: rgb(245,218,252); }

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

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

 a { background-color: rgb(245,218,252); }

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

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

 span { border-color: rgb(245,218,252); }

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