#FFCAFB

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

Shades of Snuff #FFCAFB

Tints of Snuff #FFCAFB

Color information

#FFCAFB (or 0xFFCAFB) is unknown color: approx Snuff. HEX triplet: FF, CA and FB. RGB value is (255,202,251). Sum of RGB (Red+Green+Blue) = 255+202+251=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFB is #003504. Grayscale: #DFDFDF. Windows color (decimal): -13573 or 16501503. OLE color: 16501503.

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

Color convert

RGB255202251-
CMYK00.210.020
HSL304.53º100%89.61%-
HSV(B)304.53º20.78%100%-
XYZ79.7770.47100.66-
YUV223.43143.56150.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 202 (79.30% from 255) = 28.53%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=36.02%
G=28.53%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520225100.210.020304.5310089.61
HexFFCAFB01520131645a
Octal37731237302520461144132
Binary11111111110010101111101101010110010011000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAFB; }

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

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

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

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

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

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

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

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