#FBCAF3

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

Shades of Snuff #FBCAF3

Tints of Snuff #FBCAF3

Color information

#FBCAF3 (or 0xFBCAF3) is unknown color: approx Snuff. HEX triplet: FB, CA and F3. RGB value is (251,202,243). Sum of RGB (Red+Green+Blue) = 251+202+243=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 202 (79.30% from 255 or 29.02% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAF3 is #04350C. Grayscale: #DDDDDD. Windows color (decimal): -275725 or 15977211. OLE color: 15977211.

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

Color convert

RGB251202243-
CMYK00.200.030.02
HSL309.8º85.96%88.82%-
HSV(B)309.8º19.52%98.43%-
XYZ77.0869.2294.09-
YUV221.32140.23149.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 202 (79.30% from 255) = 29.02%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=36.06%
G=29.02%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120224300.200.030.02309.885.9688.82
HexFBCAF3014321365659
Octal37331236302432466126131
Binary111110111100101011110011010100111010011011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAF3; }

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

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

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

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

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

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

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

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