#FBCAF1

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

Shades of Snuff #FBCAF1

Tints of Snuff #FBCAF1

Color information

#FBCAF1 (or 0xFBCAF1) is unknown color: approx Snuff. HEX triplet: FB, CA and F1. RGB value is (251,202,241). Sum of RGB (Red+Green+Blue) = 251+202+241=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAF1 is #04350E. Grayscale: #DCDCDC. Windows color (decimal): -275727 or 15846139. OLE color: 15846139.

HSL color Cylindrical-coordinate representation of color #FBCAF1: hue angle of 312.24º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAF1 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251202241-
CMYK00.200.040.02
HSL312.24º85.96%88.82%-
HSV(B)312.24º19.52%98.43%-
XYZ76.7869.192.51-
YUV221.1139.23149.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=36.17%
G=29.11%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120224100.200.040.02312.2485.9688.82
HexFBCAF1014421385659
Octal37331236102442470126131
Binary1111101111001010111100010101001001010011100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAF1; }

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

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

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

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

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

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

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

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