#FDDFFA

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

Shades of Selago #FDDFFA

Tints of Selago #FDDFFA

Color information

#FDDFFA (or 0xFDDFFA) is unknown color: approx Selago. HEX triplet: FD, DF and FA. RGB value is (253,223,250). Sum of RGB (Red+Green+Blue) = 253+223+250=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFFA is #022005. Grayscale: #EAEAEA. Windows color (decimal): -139270 or 16441341. OLE color: 16441341.

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

Color convert

RGB253223250-
CMYK00.120.010.01
HSL306º88.24%93.33%-
HSV(B)306º11.86%99.22%-
XYZ84.1580.56101.56-
YUV235.05136.44140.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 223 (87.5% from 255) = 30.72%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=34.85%
G=30.72%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322325000.120.010.0130688.2493.33
HexFDDFFA0C11132585d
Octal37533737201411462130135
Binary111111011101111111111010011001110011001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFFA; }

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

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

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

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

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

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

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

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