#FFD9FE

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

Shades of Selago #FFD9FE

Tints of Selago #FFD9FE

Color information

#FFD9FE (or 0xFFD9FE) is unknown color: approx Selago. HEX triplet: FF, D9 and FE. RGB value is (255,217,254). Sum of RGB (Red+Green+Blue) = 255+217+254=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 217 (85.16% from 255 or 29.89% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FE is #002601. Grayscale: #E8E8E8. Windows color (decimal): -9730 or 16701951. OLE color: 16701951.

HSL color Cylindrical-coordinate representation of color #FFD9FE: hue angle of 301.58º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9FE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255217254-
CMYK00.150.000
HSL301.58º100%92.55%-
HSV(B)301.58º14.9%100%-
XYZ83.9478.04104.41-
YUV232.58140.09143.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 217 (85.16% from 255) = 29.89%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=35.12%
G=29.89%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521725400.150.000301.5810092.55
HexFFD9FE0F0012e645d
Octal37733137601700456144135
Binary111111111101100111111110011110010010111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9FE; }

 p { color: rgb(255,217,254); }

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

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

 a { background-color: rgb(255,217,254); }

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

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

 span { border-color: rgb(255,217,254); }

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