#FDDDFA

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

Shades of Selago #FDDDFA

Tints of Selago #FDDDFA

Color information

#FDDDFA (or 0xFDDDFA) is unknown color: approx Selago. HEX triplet: FD, DD and FA. RGB value is (253,221,250). Sum of RGB (Red+Green+Blue) = 253+221+250=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFA is #022205. Grayscale: #E9E9E9. Windows color (decimal): -139782 or 16440829. OLE color: 16440829.

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

Color convert

RGB253221250-
CMYK00.130.010.01
HSL305.62º88.89%92.94%-
HSV(B)305.62º12.65%99.22%-
XYZ83.6279.5101.38-
YUV233.87137.1141.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 221 (86.72% from 255) = 30.52%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=34.94%
G=30.52%
B=34.53%

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
Decimal25322125000.130.010.01305.6288.8992.94
HexFDDDFA0D11132595d
Octal37533537201511462131135
Binary111111011101110111111010011011110011001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDDFA; }

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

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

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

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

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

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

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

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