#FFC4FF

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

Shades of Snuff #FFC4FF

Tints of Snuff #FFC4FF

Color information

#FFC4FF (or 0xFFC4FF) is unknown color: approx Snuff. HEX triplet: FF, C4 and FF. RGB value is (255,196,255). Sum of RGB (Red+Green+Blue) = 255+196+255=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 196 (76.95% from 255 or 27.76% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4FF is #003B00. Grayscale: #DCDCDC. Windows color (decimal): -15105 or 16762111. OLE color: 16762111.

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

Color convert

RGB255196255-
CMYK00.2300
HSL300º100%88.43%-
HSV(B)300º23.14%100%-
XYZ79.0367.96103.56-
YUV220.37147.55152.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 196 (76.95% from 255) = 27.76%
BLUE value IS 255 (100% from 255) = 36.12%
R=36.12%
G=27.76%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519625500.230030010088.43
HexFFC4FF0170012c6458
Octal37730437702700454144130
Binary1111111111000100111111110101110010010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC4FF; }

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

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

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

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

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

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

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

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