#F7DDFA

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

Shades of Selago #F7DDFA

Tints of Selago #F7DDFA

Color information

#F7DDFA (or 0xF7DDFA) is unknown color: approx Selago. HEX triplet: F7, DD and FA. RGB value is (247,221,250). Sum of RGB (Red+Green+Blue) = 247+221+250=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DDFA is #082205. Grayscale: #E7E7E7. Windows color (decimal): -532998 or 16440823. OLE color: 16440823.

HSL color Cylindrical-coordinate representation of color #F7DDFA: hue angle of 293.79º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7DDFA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247221250-
CMYK0.010.1200.02
HSL293.79º74.36%92.35%-
HSV(B)293.79º11.6%98.04%-
XYZ81.4778.39101.28-
YUV232.08138.11138.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.40%
GREEN value IS 221 (86.72% from 255) = 30.78%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=34.40%
G=30.78%
B=34.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472212500.010.1200.02293.7974.3692.35
HexF7DDFA1C021264a5c
Octal36733537211402446112134
Binary1111011111011101111110101110001010010011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DDFA; }

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

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

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

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

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

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

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

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