#F5DCFB

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

Shades of Selago #F5DCFB

Tints of Selago #F5DCFB

Color information

#F5DCFB (or 0xF5DCFB) is unknown color: approx Selago. HEX triplet: F5, DC and FB. RGB value is (245,220,251). Sum of RGB (Red+Green+Blue) = 245+220+251=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFB is #0A2304. Grayscale: #E6E6E6. Windows color (decimal): -664325 or 16506101. OLE color: 16506101.

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

Color convert

RGB245220251-
CMYK0.020.1200.02
HSL288.39º79.49%92.35%-
HSV(B)288.39º12.35%98.43%-
XYZ80.6677.56101.99-
YUV231.01139.28137.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=34.22%
G=30.73%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452202510.020.1200.02288.3979.4992.35
HexF5DCFB2C021204f5c
Octal36533437321402440117134
Binary11110101110111001111101110110001010010000010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCFB; }

 p { color: rgb(245,220,251); }

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

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

 a { background-color: rgb(245,220,251); }

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

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

 span { border-color: rgb(245,220,251); }

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