#FDD9FD

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

Shades of Selago #FDD9FD

Tints of Selago #FDD9FD

Color information

#FDD9FD (or 0xFDD9FD) is unknown color: approx Selago. HEX triplet: FD, D9 and FD. RGB value is (253,217,253). Sum of RGB (Red+Green+Blue) = 253+217+253=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9FD is #022602. Grayscale: #E7E7E7. Windows color (decimal): -140803 or 16636413. OLE color: 16636413.

HSL color Cylindrical-coordinate representation of color #FDD9FD: hue angle of 300º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9FD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB253217253-
CMYK00.1400.01
HSL300º90%92.16%-
HSV(B)300º14.23%99.22%-
XYZ83.0577.6103.53-
YUV231.87139.93143.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 217 (85.16% from 255) = 30.01%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=34.99%
G=30.01%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321725300.1400.013009092.16
HexFDD9FD0E0112c5a5c
Octal37533137501601454132134
Binary111111011101100111111101011100110010110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9FD; }

 p { color: rgb(253,217,253); }

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

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

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

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

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

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

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