#FDD5FF

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

Shades of Selago #FDD5FF

Tints of Selago #FDD5FF

Color information

#FDD5FF (or 0xFDD5FF) is unknown color: approx Selago. HEX triplet: FD, D5 and FF. RGB value is (253,213,255). Sum of RGB (Red+Green+Blue) = 253+213+255=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 213 (83.59% from 255 or 29.54% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD5FF is #022A00. Grayscale: #E5E5E5. Windows color (decimal): -141825 or 16766461. OLE color: 16766461.

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

Color convert

RGB253213255-
CMYK0.010.1600
HSL297.14º100%91.76%-
HSV(B)297.14º16.47%100%-
XYZ82.3575.69104.88-
YUV229.75142.25144.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 213 (83.59% from 255) = 29.54%
BLUE value IS 255 (100% from 255) = 35.37%
R=35.09%
G=29.54%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532132550.010.1600297.1410091.76
HexFDD5FF11000129645c
Octal37532537712000451144134
Binary1111110111010101111111111100000010010100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5FF; }

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

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

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

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

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

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

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

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