#F5DFFB

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

Shades of Selago #F5DFFB

Tints of Selago #F5DFFB

Color information

#F5DFFB (or 0xF5DFFB) is unknown color: approx Selago. HEX triplet: F5, DF and FB. RGB value is (245,223,251). Sum of RGB (Red+Green+Blue) = 245+223+251=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFFB is #0A2004. Grayscale: #E8E8E8. Windows color (decimal): -663557 or 16506869. OLE color: 16506869.

HSL color Cylindrical-coordinate representation of color #F5DFFB: hue angle of 287.14º degrees, saturation: 0.78, 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 #F5DFFB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245223251-
CMYK0.020.1100.02
HSL287.14º77.78%92.94%-
HSV(B)287.14º11.16%98.43%-
XYZ81.4679.15102.25-
YUV232.77138.29136.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.08%
GREEN value IS 223 (87.5% from 255) = 31.02%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=34.08%
G=31.02%
B=34.91%

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
Decimal2452232510.020.1100.02287.1477.7892.94
HexF5DFFB2B0211f4e5d
Octal36533737321302437116135
Binary11110101110111111111101110101101010001111110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFFB; }

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

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

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

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

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

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

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

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