#FFDFF9

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

Shades of Selago #FFDFF9

Tints of Selago #FFDFF9

Color information

#FFDFF9 (or 0xFFDFF9) is unknown color: approx Selago. HEX triplet: FF, DF and F9. RGB value is (255,223,249). Sum of RGB (Red+Green+Blue) = 255+223+249=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF9 is #002006. Grayscale: #EBEBEB. Windows color (decimal): -8199 or 16375807. OLE color: 16375807.

HSL color Cylindrical-coordinate representation of color #FFDFF9: hue angle of 311.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255223249-
CMYK00.130.020
HSL311.25º100%93.73%-
HSV(B)311.25º12.55%100%-
XYZ84.7380.87100.77-
YUV235.53135.6141.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 223 (87.5% from 255) = 30.67%
BLUE value IS 249 (97.66% from 255) = 34.25%
R=35.08%
G=30.67%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522324900.130.020311.2510093.73
HexFFDFF90D20137645e
Octal37733737101520467144136
Binary1111111111011111111110010110110010011011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFF9; }

 p { color: rgb(255,223,249); }

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

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

 a { background-color: rgb(255,223,249); }

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

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

 span { border-color: rgb(255,223,249); }

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