#FDDCFB

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

Shades of Selago #FDDCFB

Tints of Selago #FDDCFB

Color information

#FDDCFB (or 0xFDDCFB) is unknown color: approx Selago. HEX triplet: FD, DC and FB. RGB value is (253,220,251). Sum of RGB (Red+Green+Blue) = 253+220+251=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFB is #022304. Grayscale: #E9E9E9. Windows color (decimal): -140037 or 16506109. OLE color: 16506109.

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

Color convert

RGB253220251-
CMYK00.130.010.01
HSL303.64º89.19%92.75%-
HSV(B)303.64º13.04%99.22%-
XYZ83.5179.03102.12-
YUV233.4137.93141.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 220 (86.33% from 255) = 30.39%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=34.94%
G=30.39%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322025100.130.010.01303.6489.1992.75
HexFDDCFB0D11130595d
Octal37533437301511460131135
Binary111111011101110011111011011011110011000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCFB; }

 p { color: rgb(253,220,251); }

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

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

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

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

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

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

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