#FFC4FE

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

Shades of Snuff #FFC4FE

Tints of Snuff #FFC4FE

Color information

#FFC4FE (or 0xFFC4FE) is unknown color: approx Snuff. HEX triplet: FF, C4 and FE. RGB value is (255,196,254). Sum of RGB (Red+Green+Blue) = 255+196+254=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 196 (76.95% from 255 or 27.80% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FE is #003B01. Grayscale: #DCDCDC. Windows color (decimal): -15106 or 16696575. OLE color: 16696575.

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

Color convert

RGB255196254-
CMYK00.230.000
HSL301.02º100%88.43%-
HSV(B)301.02º23.14%100%-
XYZ78.8767.9102.71-
YUV220.25147.05152.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 196 (76.95% from 255) = 27.80%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=36.17%
G=27.80%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519625400.230.000301.0210088.43
HexFFC4FE0170012d6458
Octal37730437602700455144130
Binary1111111111000100111111100101110010010110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4FE; }

 p { color: rgb(255,196,254); }

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

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

 a { background-color: rgb(255,196,254); }

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

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

 span { border-color: rgb(255,196,254); }

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