#F9CEFA

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

Shades of Snuff #F9CEFA

Tints of Snuff #F9CEFA

Color information

#F9CEFA (or 0xF9CEFA) is unknown color: approx Snuff. HEX triplet: F9, CE and FA. RGB value is (249,206,250). Sum of RGB (Red+Green+Blue) = 249+206+250=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFA is #063105. Grayscale: #DFDFDF. Windows color (decimal): -405766 or 16436985. OLE color: 16436985.

HSL color Cylindrical-coordinate representation of color #F9CEFA: hue angle of 298.64º 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 #F9CEFA is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249206250-
CMYK0.000.1800.02
HSL298.64º81.48%89.41%-
HSV(B)298.64º17.6%98.04%-
XYZ78.3971.18100.05-
YUV223.87142.75145.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=35.32%
G=29.22%
B=35.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492062500.000.1800.02298.6481.4889.41
HexF9CEFA0120212b5159
Octal37131637202202453121131
Binary11111001110011101111101001001001010010101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEFA; }

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

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

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

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

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

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

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

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