#FDDAFA

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

Shades of Selago #FDDAFA

Tints of Selago #FDDAFA

Color information

#FDDAFA (or 0xFDDAFA) is unknown color: approx Selago. HEX triplet: FD, DA and FA. RGB value is (253,218,250). Sum of RGB (Red+Green+Blue) = 253+218+250=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAFA is #022505. Grayscale: #E8E8E8. Windows color (decimal): -140550 or 16440061. OLE color: 16440061.

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

Color convert

RGB253218250-
CMYK00.140.010.01
HSL305.14º89.74%92.35%-
HSV(B)305.14º13.83%99.22%-
XYZ82.8377.93101.12-
YUV232.11138.1142.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=35.09%
G=30.24%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321825000.140.010.01305.1489.7492.35
HexFDDAFA0E111315a5c
Octal37533237201611461132134
Binary111111011101101011111010011101110011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAFA; }

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

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

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

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

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

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

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

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