#f7cefb

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

Shades of Snuff #F7CEFB

Tints of Snuff #F7CEFB

Color information

#F7CEFB (or 0xF7CEFB) is unknown color: approx Snuff. HEX triplet: F7, CE and FB. RGB value is (247,206,251). Sum of RGB (Red+Green+Blue) = 247+206+251=704 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.09% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEFB is #083104. Grayscale: #DFDFDF. Windows color (decimal): -536837 or 16502519. OLE color: 16502519.

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

Color convert

RGB247206251-
CMYK0.020.1800.02
HSL294.67º84.91%89.61%-
HSV(B)294.67º17.93%98.43%-
XYZ77.8470.88100.85-
YUV223.39143.58144.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.09%
GREEN value IS 206 (80.86% from 255) = 29.26%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=35.09%
G=29.26%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472062510.020.1800.02294.6784.9189.61
HexF7CEFB21202127555a
Octal36731637322202447125132
Binary111101111100111011111011101001001010010011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7cefb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7cefb; }

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

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

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

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

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

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

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

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