#FDD7FD

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

Shades of Selago #FDD7FD

Tints of Selago #FDD7FD

Color information

#FDD7FD (or 0xFDD7FD) is unknown color: approx Selago. HEX triplet: FD, D7 and FD. RGB value is (253,215,253). Sum of RGB (Red+Green+Blue) = 253+215+253=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 215 (84.38% from 255 or 29.82% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7FD is #022802. Grayscale: #E6E6E6. Windows color (decimal): -141315 or 16635901. OLE color: 16635901.

HSL color Cylindrical-coordinate representation of color #FDD7FD: 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.15%. Process color model (Four color, CMYK) of #FDD7FD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB253215253-
CMYK00.1500.01
HSL300º90.48%91.76%-
HSV(B)300º15.02%99.22%-
XYZ82.5476.58103.36-
YUV230.69140.59143.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 215 (84.38% from 255) = 29.82%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321525300.1500.0130090.4891.76
HexFDD7FD0F0112c5a5c
Octal37532737501701454132134
Binary111111011101011111111101011110110010110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7FD; }

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

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

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

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

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

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

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

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