#FFCAF7

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

Shades of Snuff #FFCAF7

Tints of Snuff #FFCAF7

Color information

#FFCAF7 (or 0xFFCAF7) is unknown color: approx Snuff. HEX triplet: FF, CA and F7. RGB value is (255,202,247). Sum of RGB (Red+Green+Blue) = 255+202+247=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF7 is #003508. Grayscale: #DEDEDE. Windows color (decimal): -13577 or 16239359. OLE color: 16239359.

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

Color convert

RGB255202247-
CMYK00.210.030
HSL309.06º100%89.61%-
HSV(B)309.06º20.78%100%-
XYZ79.1570.2297.38-
YUV222.98141.56150.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 202 (79.30% from 255) = 28.69%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=36.22%
G=28.69%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224700.210.030309.0610089.61
HexFFCAF701530135645a
Octal37731236702530465144132
Binary11111111110010101111011101010111010011010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF7; }

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

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

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

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

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

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

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

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