#FFCAF4

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

Shades of Snuff #FFCAF4

Tints of Snuff #FFCAF4

Color information

#FFCAF4 (or 0xFFCAF4) is unknown color: approx Snuff. HEX triplet: FF, CA and F4. RGB value is (255,202,244). Sum of RGB (Red+Green+Blue) = 255+202+244=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAF4 is #00350B. Grayscale: #DEDEDE. Windows color (decimal): -13580 or 16042751. OLE color: 16042751.

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

Color convert

RGB255202244-
CMYK00.210.040
HSL312.45º100%89.61%-
HSV(B)312.45º20.78%100%-
XYZ78.6970.0394.96-
YUV222.64140.06151.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=36.38%
G=28.82%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520224400.210.040312.4510089.61
HexFFCAF401540138645a
Octal37731236402540470144132
Binary111111111100101011110100010101100010011100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAF4; }

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

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

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

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

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

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

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

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