#FFCAF6

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

Shades of Snuff #FFCAF6

Tints of Snuff #FFCAF6

Color information

#FFCAF6 (or 0xFFCAF6) is unknown color: approx Snuff. HEX triplet: FF, CA and F6. RGB value is (255,202,246). Sum of RGB (Red+Green+Blue) = 255+202+246=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF6 is #003509. Grayscale: #DEDEDE. Windows color (decimal): -13578 or 16173823. OLE color: 16173823.

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

Color convert

RGB255202246-
CMYK00.210.040
HSL310.19º100%89.61%-
HSV(B)310.19º20.78%100%-
XYZ7970.1596.57-
YUV222.86141.06150.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 202 (79.30% from 255) = 28.73%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=36.27%
G=28.73%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224600.210.040310.1910089.61
HexFFCAF601540136645a
Octal37731236602540466144132
Binary111111111100101011110110010101100010011011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF6; }

 p { color: rgb(255,202,246); }

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

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

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

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

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

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

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