#FFC4FC

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

Shades of Snuff #FFC4FC

Tints of Snuff #FFC4FC

Color information

#FFC4FC (or 0xFFC4FC) is unknown color: approx Snuff. HEX triplet: FF, C4 and FC. RGB value is (255,196,252). Sum of RGB (Red+Green+Blue) = 255+196+252=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 196 (76.95% from 255 or 27.88% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FC is #003B03. Grayscale: #DBDBDB. Windows color (decimal): -15108 or 16565503. OLE color: 16565503.

HSL color Cylindrical-coordinate representation of color #FFC4FC: hue angle of 303.05º 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 #FFC4FC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB255196252-
CMYK00.230.010
HSL303.05º100%88.43%-
HSV(B)303.05º23.14%100%-
XYZ78.5567.77101.04-
YUV220.02146.05152.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 196 (76.95% from 255) = 27.88%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=36.27%
G=27.88%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519625200.230.010303.0510088.43
HexFFC4FC0171012f6458
Octal37730437402710457144130
Binary1111111111000100111111000101111010010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4FC; }

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

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

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

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

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

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

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

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