#FFDDFD

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

Shades of Selago #FFDDFD

Tints of Selago #FFDDFD

Color information

#FFDDFD (or 0xFFDDFD) is unknown color: approx Selago. HEX triplet: FF, DD and FD. RGB value is (255,221,253). Sum of RGB (Red+Green+Blue) = 255+221+253=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 221 (86.72% from 255 or 30.32% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFD is #002202. Grayscale: #EAEAEA. Windows color (decimal): -8707 or 16637439. OLE color: 16637439.

HSL color Cylindrical-coordinate representation of color #FFDDFD: hue angle of 303.53º 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 #FFDDFD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255221253-
CMYK00.130.010
HSL303.53º100%93.33%-
HSV(B)303.53º13.33%100%-
XYZ84.8380.06103.91-
YUV234.81138.26142.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 221 (86.72% from 255) = 30.32%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=34.98%
G=30.32%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522125300.130.010303.5310093.33
HexFFDDFD0D10130645d
Octal37733537501510460144135
Binary111111111101110111111101011011010011000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDFD; }

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

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

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

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

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

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

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

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