#FFDDFE

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

Shades of Selago #FFDDFE

Tints of Selago #FFDDFE

Color information

#FFDDFE (or 0xFFDDFE) is unknown color: approx Selago. HEX triplet: FF, DD and FE. RGB value is (255,221,254). Sum of RGB (Red+Green+Blue) = 255+221+254=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 221 (86.72% from 255 or 30.27% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFE is #002201. Grayscale: #EAEAEA. Windows color (decimal): -8706 or 16702975. OLE color: 16702975.

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

Color convert

RGB255221254-
CMYK00.130.000
HSL301.76º100%93.33%-
HSV(B)301.76º13.33%100%-
XYZ84.9980.13104.75-
YUV234.93138.76142.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 30.27%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.93%
G=30.27%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522125400.130.000301.7610093.33
HexFFDDFE0D0012e645d
Octal37733537601500456144135
Binary111111111101110111111110011010010010111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDFE; }

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

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

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

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

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

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

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

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