#FFDDFA

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

Shades of Selago #FFDDFA

Tints of Selago #FFDDFA

Color information

#FFDDFA (or 0xFFDDFA) is unknown color: approx Selago. HEX triplet: FF, DD and FA. RGB value is (255,221,250). Sum of RGB (Red+Green+Blue) = 255+221+250=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFA is #002205. Grayscale: #EAEAEA. Windows color (decimal): -8710 or 16440831. OLE color: 16440831.

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

Color convert

RGB255221250-
CMYK00.130.020
HSL308.82º100%93.33%-
HSV(B)308.82º13.33%100%-
XYZ84.3579.88101.41-
YUV234.47136.76142.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 221 (86.72% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=35.12%
G=30.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522125000.130.020308.8210093.33
HexFFDDFA0D20135645d
Octal37733537201520465144135
Binary1111111111011101111110100110110010011010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDFA; }

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

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

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

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

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

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

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

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