#FFCFF5

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

Shades of Snuff #FFCFF5

Tints of Snuff #FFCFF5

Color information

#FFCFF5 (or 0xFFCFF5) is unknown color: approx Snuff. HEX triplet: FF, CF and F5. RGB value is (255,207,245). Sum of RGB (Red+Green+Blue) = 255+207+245=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFF5 is #00300A. Grayscale: #E1E1E1. Windows color (decimal): -12299 or 16109567. OLE color: 16109567.

HSL color Cylindrical-coordinate representation of color #FFCFF5: hue angle of 312.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFF5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255207245-
CMYK00.190.040
HSL312.5º100%90.59%-
HSV(B)312.5º18.82%100%-
XYZ80.0372.4896.16-
YUV225.68138.9148.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 245 (96.09% from 255) = 34.65%
R=36.07%
G=29.28%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520724500.190.040312.510090.59
HexFFCFF501340138645b
Octal37731736502340470144133
Binary111111111100111111110101010011100010011100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFF5; }

 p { color: rgb(255,207,245); }

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

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

 a { background-color: rgb(255,207,245); }

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

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

 span { border-color: rgb(255,207,245); }

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