#FFD6FE

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

Shades of Selago #FFD6FE

Tints of Selago #FFD6FE

Color information

#FFD6FE (or 0xFFD6FE) is unknown color: approx Selago. HEX triplet: FF, D6 and FE. RGB value is (255,214,254). Sum of RGB (Red+Green+Blue) = 255+214+254=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 214 (83.98% from 255 or 29.60% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6FE is #002901. Grayscale: #E6E6E6. Windows color (decimal): -10498 or 16701183. OLE color: 16701183.

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

Color convert

RGB255214254-
CMYK00.160.000
HSL301.46º100%91.96%-
HSV(B)301.46º16.08%100%-
XYZ83.1876.51104.15-
YUV230.82141.08145.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 214 (83.98% from 255) = 29.60%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=35.27%
G=29.60%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521425400.160.000301.4610091.96
HexFFD6FE0100012d645c
Octal37732637602000455144134
Binary1111111111010110111111100100000010010110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6FE; }

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

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

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

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

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

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

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

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