#FFCAF8

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

Shades of Snuff #FFCAF8

Tints of Snuff #FFCAF8

Color information

#FFCAF8 (or 0xFFCAF8) is unknown color: approx Snuff. HEX triplet: FF, CA and F8. RGB value is (255,202,248). Sum of RGB (Red+Green+Blue) = 255+202+248=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF8 is #003507. Grayscale: #DEDEDE. Windows color (decimal): -13576 or 16304895. OLE color: 16304895.

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

Color convert

RGB255202248-
CMYK00.210.030
HSL307.92º100%89.61%-
HSV(B)307.92º20.78%100%-
XYZ79.370.2898.19-
YUV223.09142.06150.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 202 (79.30% from 255) = 28.65%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=36.17%
G=28.65%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224800.210.030307.9210089.61
HexFFCAF801530134645a
Octal37731237002530464144132
Binary11111111110010101111100001010111010011010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF8; }

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

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

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

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

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

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

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

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