#FFCAF5

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

Shades of Snuff #FFCAF5

Tints of Snuff #FFCAF5

Color information

#FFCAF5 (or 0xFFCAF5) is unknown color: approx Snuff. HEX triplet: FF, CA and F5. RGB value is (255,202,245). Sum of RGB (Red+Green+Blue) = 255+202+245=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF5 is #00350A. Grayscale: #DEDEDE. Windows color (decimal): -13579 or 16108287. OLE color: 16108287.

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

Color convert

RGB255202245-
CMYK00.210.040
HSL311.32º100%89.61%-
HSV(B)311.32º20.78%100%-
XYZ78.8470.0995.76-
YUV222.75140.56151-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 202 (79.30% from 255) = 28.77%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=36.32%
G=28.77%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224500.210.040311.3210089.61
HexFFCAF501540137645a
Octal37731236502540467144132
Binary111111111100101011110101010101100010011011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF5; }

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

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

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

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

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

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

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

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