#F2DDF8

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

Shades of Selago #F2DDF8

Tints of Selago #F2DDF8

Color information

#F2DDF8 (or 0xF2DDF8) is unknown color: approx Selago. HEX triplet: F2, DD and F8. RGB value is (242,221,248). Sum of RGB (Red+Green+Blue) = 242+221+248=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2DDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF8 is #0D2207. Grayscale: #E6E6E6. Windows color (decimal): -860680 or 16309746. OLE color: 16309746.

HSL color Cylindrical-coordinate representation of color #F2DDF8: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DDF8 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB242221248-
CMYK0.020.1100.03
HSL286.67º65.85%91.96%-
HSV(B)286.67º10.89%97.25%-
XYZ79.4277.3799.55-
YUV230.36137.96136.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 248 (97.27% from 255) = 34.88%
R=34.04%
G=31.08%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422212480.020.1100.03286.6765.8591.96
HexF2DDF82B0311f425c
Octal36233537021303437102134
Binary11110010110111011111100010101101110001111110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDF8; }

 p { color: rgb(242,221,248); }

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

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

 a { background-color: rgb(242,221,248); }

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

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

 span { border-color: rgb(242,221,248); }

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