#FFCAFC

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

Shades of Snuff #FFCAFC

Tints of Snuff #FFCAFC

Color information

#FFCAFC (or 0xFFCAFC) is unknown color: approx Snuff. HEX triplet: FF, CA and FC. RGB value is (255,202,252). Sum of RGB (Red+Green+Blue) = 255+202+252=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFC is #003503. Grayscale: #DFDFDF. Windows color (decimal): -13572 or 16567039. OLE color: 16567039.

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

Color convert

RGB255202252-
CMYK00.210.010
HSL303.4º100%89.61%-
HSV(B)303.4º20.78%100%-
XYZ79.9370.53101.5-
YUV223.55144.06150.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 28.49%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=35.97%
G=28.49%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520225200.210.010303.410089.61
HexFFCAFC0151012f645a
Octal37731237402510457144132
Binary1111111111001010111111000101011010010111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAFC; }

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

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

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

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

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

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

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

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