#F7CEFA

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

Shades of Snuff #F7CEFA

Tints of Snuff #F7CEFA

Color information

#F7CEFA (or 0xF7CEFA) is unknown color: approx Snuff. HEX triplet: F7, CE and FA. RGB value is (247,206,250). Sum of RGB (Red+Green+Blue) = 247+206+250=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 206 (80.86% from 255 or 29.30% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEFA is #083105. Grayscale: #DFDFDF. Windows color (decimal): -536838 or 16436983. OLE color: 16436983.

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

Color convert

RGB247206250-
CMYK0.010.1800.02
HSL295.91º81.48%89.41%-
HSV(B)295.91º17.6%98.04%-
XYZ77.6870.82100.02-
YUV223.27143.08144.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 29.30%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=35.14%
G=29.30%
B=35.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472062500.010.1800.02295.9181.4889.41
HexF7CEFA112021285159
Octal36731637212202450121131
Binary11110111110011101111101011001001010010100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEFA; }

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

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

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

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

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

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

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

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