#F5DFF4

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

Shades of Selago #F5DFF4

Tints of Selago #F5DFF4

Color information

#F5DFF4 (or 0xF5DFF4) is unknown color: approx Selago. HEX triplet: F5, DF and F4. RGB value is (245,223,244). Sum of RGB (Red+Green+Blue) = 245+223+244=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 244 (95.70% from 255 or 34.27% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFF4 is #0A200B. Grayscale: #E7E7E7. Windows color (decimal): -663564 or 16048117. OLE color: 16048117.

HSL color Cylindrical-coordinate representation of color #F5DFF4: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFF4 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB245223244-
CMYK00.090.000.04
HSL302.73º52.38%91.76%-
HSV(B)302.73º8.98%96.08%-
XYZ80.3778.7296.55-
YUV231.97134.79137.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.41%
GREEN value IS 223 (87.5% from 255) = 31.32%
BLUE value IS 244 (95.70% from 255) = 34.27%
R=34.41%
G=31.32%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522324400.090.000.04302.7352.3891.76
HexF5DFF4090412f345c
Octal3653373640110445764134
Binary1111010111011111111101000100101001001011111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFF4; }

 p { color: rgb(245,223,244); }

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

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

 a { background-color: rgb(245,223,244); }

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

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

 span { border-color: rgb(245,223,244); }

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